From f3502485fb8f99e47c247f66a4e6dc9e8bdd46c4 Mon Sep 17 00:00:00 2001 From: "liu.xiaofeng@ebiz-digits.com" Date: Thu, 10 Aug 2023 18:11:11 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90GFRS-3645=E3=80=91=E5=B7=B2=E9=98=85?= =?UTF-8?q?=E8=AF=BB=E5=8D=95=E9=80=89=E6=8C=89=E9=92=AE=E5=9C=A8=E7=AD=BE?= =?UTF-8?q?=E5=90=8D=E5=AE=8C=E6=88=90=E4=B9=8B=E5=90=8E=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E9=80=89=E4=B8=AD=E7=8A=B6=E6=80=81=E5=B9=B6?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=8E=A5=E5=8F=A3=E8=AF=B7=E6=B1=82=E7=9A=84?= =?UTF-8?q?loading?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/YB_agentSign/step2.vue | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/views/ebiz/YB_agentSign/step2.vue b/src/views/ebiz/YB_agentSign/step2.vue index 602de2781..f3e53c6a2 100644 --- a/src/views/ebiz/YB_agentSign/step2.vue +++ b/src/views/ebiz/YB_agentSign/step2.vue @@ -55,12 +55,19 @@ }, mounted() { document.body.style.backgroundColor = '#fff' + this.$toast.loading({ + duration: 0, // 持续展示 toast + forbidClick: true, // 禁用背景点击 + loadingType: 'spinner', + message: '加载中……' + }) let dataParams = { idType:'0', idNo:this.$store.getters.getYBidNo, name:this.$store.getters.getYBname } generateAgreementYB(dataParams).then(res=>{ + this.$toast.clear() if(res.result == 0){ this.pdfUrl = config.assetsUpUrl + res.content.rgssUrl let signInfo = JSON.parse(localStorage.getItem('signInfo')) @@ -69,6 +76,7 @@ if (signInfo && signInfo.status == '0') { if(wxSigned){ this.$set(this.signInfo, 'status', '2') + this.radio = '1' if(twoimgBase64Data){ this.base64 = twoimgBase64Data }