소스 검색

该给bug

张文飞 3 년 전
부모
커밋
389804d339
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 {