|
|
@@ -280,10 +280,10 @@ export default {
|
|
|
if (e.shareUserId){
|
|
|
//用户点击分享到好友或者朋友圈传递过来的参数
|
|
|
console.log('shareUserId===============>',e.shareUserId)
|
|
|
- // setTimeout(()=>{
|
|
|
- // this.userInfo = uni.getStorageSync('userInfo');
|
|
|
- // this.scanCode(this.userInfo.otherId,e.shareUserId);
|
|
|
- // },5000)
|
|
|
+ setTimeout(()=>{
|
|
|
+ this.userInfo = uni.getStorageSync('userInfo');
|
|
|
+ this.scanCode(this.userInfo.otherId,e.shareUserId);
|
|
|
+ },5000)
|
|
|
}
|
|
|
|
|
|
if(e.q){
|