From 63d46d3f907f38fa572b0d75f7351fa1acb14284 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9A=AE=E4=BC=9F?= Date: Thu, 14 Nov 2019 16:46:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E6=9B=B4=E6=96=B0=E7=A9=BA?= =?UTF-8?q?=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ebiz/sale/UploadImageFile.vue | 10 ---------- src/views/ebiz/common/CalculatePremium.vue | 3 ++- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/src/components/ebiz/sale/UploadImageFile.vue b/src/components/ebiz/sale/UploadImageFile.vue index f11c53180..3150764f0 100644 --- a/src/components/ebiz/sale/UploadImageFile.vue +++ b/src/components/ebiz/sale/UploadImageFile.vue @@ -73,18 +73,8 @@ export default { console.info(this.result) // 上传图片 uploadImg(formdata).then(res => { - this.$toast.loading({ - duration: 0, // 持续展示 toast - - forbidClick: true, // 禁用背景点击 - - loadingType: 'spinner', - - message: '加载中……' - }) let data = { imgData: res.path, realName: that.realName, idno: that.idno } recognition(data).then(res => { - this.$toast.clear() that.$emit('sendimage', res) }) }) diff --git a/src/views/ebiz/common/CalculatePremium.vue b/src/views/ebiz/common/CalculatePremium.vue index 81ae1bc0d..fd6f15ae8 100644 --- a/src/views/ebiz/common/CalculatePremium.vue +++ b/src/views/ebiz/common/CalculatePremium.vue @@ -552,7 +552,8 @@ export default { birthday, sex, platformType: 'app', - productCode: item.productCode + productCode: item.productCode, + medical: JSON.parse(localStorage.getItem('saleInsuredPersonInfo')).medical }) params.trialInfos.push(trialInfo) })