feat 切换城市开屏完善

develop
GJW200011 4 years ago
parent 929594b5b6
commit 2e32e84645

@ -134,7 +134,8 @@ Page({
], ],
swith_area:0, swith_area:0,
city: cityName, city: cityName,
city_id city_id,
isGiftMarkShow:false
}) })
getApp().globalData.city_id = city_id getApp().globalData.city_id = city_id
prevPage.refresh_info(city_id) prevPage.refresh_info(city_id)

@ -107,7 +107,8 @@ Page({
} }
this.setData({ this.setData({
screen_list: res, screen_list: res,
isActionMarkShow: true isActionMarkShow: true,
isGiftMarkShow:false
}) })
}) })
wx.stopPullDownRefresh() wx.stopPullDownRefresh()

Loading…
Cancel
Save