Browse Source

no message

featrue/v4.5
xpz2018 4 years ago
parent
commit
378fe00b1a
1 changed files with 1 additions and 1 deletions
  1. 2
      pages/moment/fragment/index.js

2
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')
}

Loading…
Cancel
Save