张文飞 před 3 roky
rodič
revize
176b174dd9
1 změnil soubory, kde provedl 0 přidání a 4 odebrání
  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({