|
|
@@ -177,8 +177,9 @@ Page({
|
|
|
},
|
|
|
onShow() {
|
|
|
this.setData({
|
|
|
- maintab: app.globalData.maintab,
|
|
|
- todayDate: datetimeFormat("年月月日日")
|
|
|
+ maintab: app.globalData.maintab || 1,
|
|
|
+ todayDate: datetimeFormat("年月月日日"),
|
|
|
+ loginAccountId: wx.getStorageSync('loginAccountId')
|
|
|
})
|
|
|
this.getList()
|
|
|
}
|