Browse Source

该给bug

张文飞 3 years ago
parent
commit
389804d339
1 changed files with 1 additions and 1 deletions
  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 {