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 }