Przeglądaj źródła

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

wangn 5 lat temu
rodzic
commit
101bc9dd6e
1 zmienionych plików z 2 dodań i 1 usunięć
  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: '加载中'
 				});