邀请好友-2

master
santaner 1 year ago
parent 8a27d5ee56
commit bcbca1775b
  1. 5
      pages/index/index.vue
  2. 4
      pages/users/login/index.vue

@ -475,7 +475,8 @@ export default {
newData: {}, newData: {},
activeRouter: '', activeRouter: '',
countNum: 0, countNum: 0,
overflow: false overflow: false,
tid:''
}; };
}, },
/** /**
@ -528,6 +529,8 @@ export default {
}); });
}) })
that.pageLoad(options); that.pageLoad(options);
that.tid = options.spid;
uni.setStorageSync('tid',this.tid);
}, },
created(options) { created(options) {
let routes = getCurrentPages(); // let routes = getCurrentPages(); //

@ -297,7 +297,8 @@
keyLock: true, keyLock: true,
auth_token: '', auth_token: '',
codeVal: '', codeVal: '',
copyright: {} copyright: {},
tid:''
}; };
}, },
computed: configMap(['login_logo'], mapGetters(['viewColor'])), computed: configMap(['login_logo'], mapGetters(['viewColor'])),
@ -713,6 +714,7 @@
// #endif // #endif
// #ifdef H5 // #ifdef H5
user_type: 'h5', user_type: 'h5',
tid:uni.getStorageSync('tid'),
// #endif // #endif
}) })
.then(res => { .then(res => {

Loading…
Cancel
Save