diff --git a/pages/index/city/selectcity.js b/pages/index/city/selectcity.js index a6a0105..3f625b6 100644 --- a/pages/index/city/selectcity.js +++ b/pages/index/city/selectcity.js @@ -134,7 +134,8 @@ Page({ ], swith_area:0, city: cityName, - city_id + city_id, + isGiftMarkShow:false }) getApp().globalData.city_id = city_id prevPage.refresh_info(city_id) diff --git a/pages/index/index/index.js b/pages/index/index/index.js index a189f40..852575d 100644 --- a/pages/index/index/index.js +++ b/pages/index/index/index.js @@ -107,7 +107,8 @@ Page({ } this.setData({ screen_list: res, - isActionMarkShow: true + isActionMarkShow: true, + isGiftMarkShow:false }) }) wx.stopPullDownRefresh()