提交更新空签

This commit is contained in:
皮伟
2019-11-14 16:46:17 +08:00
parent 7b38e2c890
commit 63d46d3f90
2 changed files with 2 additions and 11 deletions

View File

@@ -73,18 +73,8 @@ export default {
console.info(this.result) console.info(this.result)
// 上传图片 // 上传图片
uploadImg(formdata).then(res => { 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 } let data = { imgData: res.path, realName: that.realName, idno: that.idno }
recognition(data).then(res => { recognition(data).then(res => {
this.$toast.clear()
that.$emit('sendimage', res) that.$emit('sendimage', res)
}) })
}) })

View File

@@ -552,7 +552,8 @@ export default {
birthday, birthday,
sex, sex,
platformType: 'app', platformType: 'app',
productCode: item.productCode productCode: item.productCode,
medical: JSON.parse(localStorage.getItem('saleInsuredPersonInfo')).medical
}) })
params.trialInfos.push(trialInfo) params.trialInfos.push(trialInfo)
}) })