张文飞 il y a 3 ans
Parent
commit
389804d339
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 {