|
|
@ -52,7 +52,11 @@ export default { |
|
|
|
title : this.configList.logo_name, |
|
|
|
} |
|
|
|
if(this.userInfo.id){ |
|
|
|
o.path = this.Gshare.path + '?shareId=' + this.userInfo.id |
|
|
|
if(this.Gshare.path.includes('?')){ |
|
|
|
o.path += '&shareId=' + this.userInfo.id |
|
|
|
}else{ |
|
|
|
o.path += '?shareId=' + this.userInfo.id |
|
|
|
} |
|
|
|
} |
|
|
|
return o |
|
|
|
}, |
|
|
@ -60,7 +64,6 @@ export default { |
|
|
|
if (query.shareId) { |
|
|
|
uni.setStorageSync('shareId', query.shareId) |
|
|
|
} |
|
|
|
console.log(`uni.setStorageSync('shareId', ${query.shareId})`); |
|
|
|
}, |
|
|
|
methods: { |
|
|
|
} |