Browse Source

该给bug

张文飞 3 năm trước cách đây
mục cha
commit
389804d339
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      pages/shareCardPage/shareCardPage.vue

+ 1 - 1
pages/shareCardPage/shareCardPage.vue

@@ -54,9 +54,9 @@
 		},
 		onLoad(param) {
 			this.page = param.page;
-			this.projectId =param.projectId;
 			this.type=param.type;
 			if(this.type==2){
+				this.projectId =param.projectId;
 				this.queryProjectByH5();
 				this.getShareCard();
 			}else {