mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-23 17:55:49 +08:00
提交更新空签
This commit is contained in:
@@ -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)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -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)
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user