mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-12 11:26:43 +08:00
【fix】 修改签收回执,验证码错误事,提示信息
This commit is contained in:
@@ -339,9 +339,10 @@ export default {
|
|||||||
console.log(res)
|
console.log(res)
|
||||||
this.show = true
|
this.show = true
|
||||||
} else {
|
} else {
|
||||||
|
// this.$toast(res.resultMessage)
|
||||||
Dialog.confirm({
|
Dialog.confirm({
|
||||||
title: '提示',
|
title: '提示',
|
||||||
message: '抱歉,您预留的手机号非您本人的手机号,请进行线下投保!',
|
message: res.resultMessage,
|
||||||
showCancelButton: false
|
showCancelButton: false
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user