From 2e32e846457af54e7c15cfc199dc33d3d6fc1838 Mon Sep 17 00:00:00 2001 From: GJW200011 <2399547226@qq.com> Date: Thu, 16 Sep 2021 09:56:07 +0800 Subject: [PATCH] =?UTF-8?q?feat=20=E5=88=87=E6=8D=A2=E5=9F=8E=E5=B8=82?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/city/selectcity.js | 3 ++- pages/index/index/index.js | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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()