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