Просмотр исходного кода

解决经营概况页面空白的问题

wangn 5 лет назад
Родитель
Сommit
101bc9dd6e
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      hdApp/src/pagesStatistics/business.vue

+ 2 - 1
hdApp/src/pagesStatistics/business.vue

@@ -212,9 +212,10 @@ export default {
 		};
 	},
 	methods:{
-		async init(){
+		async init(id){
 				// this.shopId = this.userInfo.id
 			this.shopId = id?id:this.getMyShopInfo.id
+      console.log('id===>', this.shopId, this.getMyShopInfo)
 				uni.showLoading({
 					title: '加载中'
 				});