|
@@ -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({
|