@@ -265,7 +265,7 @@
},
toShareCard(type) {
- if (getApp().globalData.userId) {
+ if (getApp().globalData.token) {
let href = location.origin + location.pathname;
uni.navigateTo({
url: '../shareCardPage/shareCardPage?page=' + href + "&projectId=" + this.projectId +