@@ -217,8 +217,12 @@ Page({
})
wx.hideLoading()
if (res.errno === 0) {
+ let listNmb = this.data.listNmb
+ let objlistNmb = { 101:'Start', 102:'NotStart', }
+ listNmb[objlistNmb[this.data.fetcherData.state]] = res.data.count
this.setData({
roomList: res.data.data,
+ listNmb,
}
}).catch(err => {