微信快捷登录邀请人id

main
shuxiaoquan 9 months ago
parent 4058f23cc9
commit 93e9a3a252
  1. 2
      manifest.json
  2. 3
      pages/login/components/mp-weixin-mobile.vue
  3. 8
      pages/login/index.vue

@ -92,7 +92,7 @@
"quickapp" : {},
/* */
"mp-weixin" : {
"appid" : "wx9f7e94fe11dc0c23",
"appid" : "wxe843b6d7a4bd3389",
"libVersion" : "latest",
"setting" : {
// TLS

@ -65,8 +65,7 @@
iv: detail.iv,
refereeId: this.refereeId,
isParty: app.isParty,
partyData: app.userInfo,
refereeId: store.getters.refereeId
partyData: app.userInfo
})
.then(result => {
console.log("result",result)

@ -88,7 +88,9 @@ export default {
this.refereeId = refereeId;
console.log(scene)
console.log(o)
console.log(scene.refereeId)
console.log("refereeId",refereeId)
console.log(this.refereeId)
},
methods: {
toTextPage(n) {
@ -171,8 +173,7 @@ export default {
refereeId: that.refereeId,
isParty: false,
partyData: {},
ucode: res.code,
// refereeId: false
ucode: res.code
})
.then((res) => {
uni.setStorageSync("token", res.data.token);
@ -189,8 +190,7 @@ export default {
refereeId: that.refereeId,
isParty: false,
partyData: {},
// ucode: res.code,
// refereeId: false
// ucode: res.code
})
.then((res) => {
uni.setStorageSync("token", res.data.token);

Loading…
Cancel
Save