张文飞 3 年之前
父节点
当前提交
176b174dd9
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      pages/homePage/homePage.vue

+ 0 - 4
pages/homePage/homePage.vue

@@ -412,10 +412,6 @@
 				}
 			},
 			toShareCard(projectId,type){
-				let href = location.origin+location.pathname;
-				uni.navigateTo({
-					url:'../shareCardPage/shareCardPage?page='+href+"&projectId="+projectId+"&type="+type
-				})
 				if(this.userInfo.userId){
 					let href = location.origin+location.pathname;
 					uni.navigateTo({