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) })