|
|
@ -96,7 +96,7 @@ Page({ |
|
|
} = getApp(); |
|
|
} = getApp(); |
|
|
const { windowHeight } = wx.getSystemInfoSync(); |
|
|
const { windowHeight } = wx.getSystemInfoSync(); |
|
|
this.setData({ |
|
|
this.setData({ |
|
|
floors, |
|
|
|
|
|
|
|
|
floors: floors.filter(({ url }) => url !== null), |
|
|
filteredMallFloors: floors.filter( |
|
|
filteredMallFloors: floors.filter( |
|
|
({ url, isPark }) => url !== null && !isPark |
|
|
({ url, isPark }) => url !== null && !isPark |
|
|
), |
|
|
), |
|
|
|