Browse Source

'修改首页进入不加载的bug'

master
Lj 4 weeks ago
parent
commit
58bcaf51eb
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      pages/component/home.vue

+ 4
- 2
pages/component/home.vue View File

@ -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()
// //


Loading…
Cancel
Save