邀请好友-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: {},
activeRouter: '',
countNum: 0,
overflow: false
overflow: false,
tid:''
};
},
/**
@ -528,6 +529,8 @@ export default {
});
})
that.pageLoad(options);
that.tid = options.spid;
uni.setStorageSync('tid',this.tid);
},
created(options) {
let routes = getCurrentPages(); //

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

Loading…
Cancel
Save