@@ -140,7 +140,7 @@
this.$api.get('/merchant/hotel/mine/getHotelCountInfo', this.fromData).then(res => {
console.log(res);
this.list = res.data.data
- wx.setStorageSync('fromData', this.list)
+ // wx.setStorageSync('fromData', this.list)
})
},
}