From f44a8efe505749e5f16ca3ff117710977edfd8ab Mon Sep 17 00:00:00 2001 From: "liu.xiaofeng@ebiz-digits.com" Date: Thu, 10 Aug 2023 17:48:54 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90GFRS-3645=E3=80=91=E7=AD=BE=E5=90=8D?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E5=88=A4=E6=96=AD=E5=A2=9E=E5=8A=A0=E5=B9=B6?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=AD=BE=E5=90=8D=E5=AD=97=E7=AC=A6=E4=B8=B2?= =?UTF-8?q?=E8=8E=B7=E5=8F=96=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/YB_agentSign/step2.vue | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/views/ebiz/YB_agentSign/step2.vue b/src/views/ebiz/YB_agentSign/step2.vue index 4a7e0fad6..602de2781 100644 --- a/src/views/ebiz/YB_agentSign/step2.vue +++ b/src/views/ebiz/YB_agentSign/step2.vue @@ -64,9 +64,15 @@ if(res.result == 0){ this.pdfUrl = config.assetsUpUrl + res.content.rgssUrl let signInfo = JSON.parse(localStorage.getItem('signInfo')) + let wxSigned = JSON.parse(sessionStorage.getItem('twowxSigned')) + let twoimgBase64Data = JSON.parse(sessionStorage.getItem('twowxSigned')) if (signInfo && signInfo.status == '0') { - this.base64 = sessionStorage.getItem('twoimgBase64Data') - this.$set(this.signInfo, 'status', '2') + if(wxSigned){ + this.$set(this.signInfo, 'status', '2') + if(twoimgBase64Data){ + this.base64 = twoimgBase64Data + } + } } }else{ this.$toast(res.resultMessage)