Browse Source

feat: 统计

2912631854@qq.com 1 year ago
parent
commit
336c2aceee
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/statistics/index.vue

+ 1 - 1
pages/statistics/index.vue

@@ -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)
 				})
 			},
 		}