|
@ -353,11 +353,13 @@ |
|
|
uni.setStorageSync('shareId', query.shareId) |
|
|
uni.setStorageSync('shareId', query.shareId) |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// 先设置数据,再调用处理方法 |
|
|
|
|
|
this.pricePreviewList = getApp().globalData.pricePreviewList || [] |
|
|
|
|
|
this.bannerList = getApp().globalData.bannerList || [] |
|
|
|
|
|
|
|
|
this.getAreaList() |
|
|
this.getAreaList() |
|
|
this.getPricePreview() |
|
|
this.getPricePreview() |
|
|
this.getRecentGoods() |
|
|
this.getRecentGoods() |
|
|
this.pricePreviewList = getApp().globalData.pricePreviewList || [] |
|
|
|
|
|
this.bannerList = getApp().globalData.bannerList || [] |
|
|
|
|
|
this.getFreeCityList() |
|
|
this.getFreeCityList() |
|
|
|
|
|
|
|
|
// 监听数据更新事件 |
|
|
// 监听数据更新事件 |
|
|