From 07f280fc3cff8be79c733bdc1e59302c948dcd4a Mon Sep 17 00:00:00 2001 From: xuxingjun Date: Thu, 2 Jan 2025 15:03:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E5=BE=AE=E4=BF=A1=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../SignatureConfirmation/SignatureConfirmation.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/ebiz/allowance/application/SignatureConfirmation/SignatureConfirmation.vue b/src/views/ebiz/allowance/application/SignatureConfirmation/SignatureConfirmation.vue index 17410eaec..e2ffc03a1 100644 --- a/src/views/ebiz/allowance/application/SignatureConfirmation/SignatureConfirmation.vue +++ b/src/views/ebiz/allowance/application/SignatureConfirmation/SignatureConfirmation.vue @@ -182,7 +182,7 @@ export default { methods: { // 初始化 async init() { - if (this.isWeixin) { + // if (this.isWeixin) { window.localStorage.setItem('token', this.$route.query.token) // let signInvalid = sessionStorage.getItem('signInvalid') // let rs = await this.checkSignInvalid(signInvalid) // 微信分享验证校验值 @@ -199,10 +199,10 @@ export default { } this.faceAuthCount.enjoy = this.$route.query.faceAuthCountAppnt == undefined ? 0 : Number(this.$route.query.faceAuthCountAppnt) this.faceAuthCount.weixin = this.$route.query.faceAuthCountWeixin == undefined ? 0 : Number(this.$route.query.faceAuthCountWeixin) - } else { + // } else { // this.getAllowanceDetail() // 获取详情 // this.getSignInvalid() // 微信分享获取校验值 - } + // } this.getAllowanceDetail() // 获取详情 }, // 微信分享获取校验值--app初始化