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() {