From 6e6b48b160d07763583cf44f15ae4027e4a35df0 Mon Sep 17 00:00:00 2001 From: "tian.guangyuan" Date: Wed, 13 May 2020 18:31:29 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90fix=E3=80=91=20=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E5=9C=A8=E7=AD=BE=E6=94=B6=E5=9B=9E=E6=89=A7=E6=97=B6=EF=BC=8C?= =?UTF-8?q?=E8=B0=83=E7=94=A8=E4=B8=AD=E4=BF=9D=E4=BF=A1=E8=BF=9B=E8=A1=8C?= =?UTF-8?q?=E6=89=8B=E6=9C=BA=E5=8F=B7=20=E9=AA=8C=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/sale/SignatureOfElectronic.vue | 33 +------------------ 1 file changed, 1 insertion(+), 32 deletions(-) diff --git a/src/views/ebiz/sale/SignatureOfElectronic.vue b/src/views/ebiz/sale/SignatureOfElectronic.vue index 5f1daf9e0..889b7ad91 100644 --- a/src/views/ebiz/sale/SignatureOfElectronic.vue +++ b/src/views/ebiz/sale/SignatureOfElectronic.vue @@ -314,41 +314,10 @@ export default { submit4detailJump(){ // 如果是回执签收 // 则短信验证 - this.$toast.loading({ - // 持续展示 toast - duration: 0, - // 禁用背景点击s - forbidClick: true, - loadingType: 'spinner', - message: '加载中……' - }) - let data = { - name: this.saleInsuredInfo.name, - idType: this.saleInsuredInfo.idType, - idNo: this.saleInsuredInfo.idNo, - mobile: this.saleInsuredInfo.mobile - } this.customerMobile = this.saleInsuredInfo.mobile this.encyCustomerMobile = this.customerMobile.replace(/^(\d{3})\d{4}(\d{4})$/, '$1****$2') this.authCode = null - // eslint-disable-next-line no-unused-vars - // return new Promise((resolve, reject) => { - checkPhone(data).then(res => { - console.log(res) - if (res.result == '0') { - console.log(res) - this.show = true - } else { - // this.$toast(res.resultMessage) - Dialog.confirm({ - title: '提示', - message: res.resultMessage, - showCancelButton: false - }) - } - }) - // }) - + this.show = true }, // 点击提交 submit4detail() {