浏览代码

该给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 {