From 93e9a3a25262507863b4b27115edd6e911e0955f Mon Sep 17 00:00:00 2001 From: shuxiaoquan <853623962@qq.com> Date: Mon, 6 May 2024 14:10:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E4=BF=A1=E5=BF=AB=E6=8D=B7=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E9=82=80=E8=AF=B7=E4=BA=BAid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 2 +- pages/login/components/mp-weixin-mobile.vue | 3 +-- pages/login/index.vue | 8 ++++---- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/manifest.json b/manifest.json index 86bd863..85406bd 100644 --- a/manifest.json +++ b/manifest.json @@ -92,7 +92,7 @@ "quickapp" : {}, /* 小程序特有相关 */ "mp-weixin" : { - "appid" : "wx9f7e94fe11dc0c23", + "appid" : "wxe843b6d7a4bd3389", "libVersion" : "latest", "setting" : { // 是否检查安全域名和 TLS 版本 diff --git a/pages/login/components/mp-weixin-mobile.vue b/pages/login/components/mp-weixin-mobile.vue index 9c2395c..7daaa5c 100644 --- a/pages/login/components/mp-weixin-mobile.vue +++ b/pages/login/components/mp-weixin-mobile.vue @@ -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) diff --git a/pages/login/index.vue b/pages/login/index.vue index a817cf1..2fc65ab 100644 --- a/pages/login/index.vue +++ b/pages/login/index.vue @@ -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);