From 378fe00b1a3c0a8e281655966dd7f0785e0e71d1 Mon Sep 17 00:00:00 2001 From: xpz2018 <107107461@qq.com> Date: Tue, 19 Oct 2021 22:13:44 +0800 Subject: [PATCH] no message --- pages/moment/fragment/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/moment/fragment/index.js b/pages/moment/fragment/index.js index 0110d4e..c1463f5 100644 --- a/pages/moment/fragment/index.js +++ b/pages/moment/fragment/index.js @@ -42,7 +42,7 @@ Component({ onRestart: function () { if(!this.data.firstShow){ setTimeout(() => { - this.setData({ tabIndex: this.data.tabIndex, tabList: list, mHeight: this.data.height - 87 - this.data.customHeight }) + this.setData({ tabIndex: this.data.tabIndex, tabList: list, mHeight: this.data.height - 87 - this.data.customHeight,cityName: app.nowCity.cityName }) }, 100) params.date = util.formatDate(new Date(), 'Y-M-D') }