mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-23 07:36:44 +08:00
提示内容修改
This commit is contained in:
@@ -503,7 +503,7 @@ export default {
|
||||
// 下一步
|
||||
submit() {
|
||||
// 校验回复内容
|
||||
if (this.issueType === 'TB89' && this.newContract.feedback.trim() === '') return this.$toast('请填写回复内容')
|
||||
if (this.issueType === 'TB89' && this.newContract.feedback.trim() === '') return this.$toast('请填写回复信息')
|
||||
// 校验补充资料
|
||||
if (this.issueType === '828601') {
|
||||
if (!this.checkInsurantUpload()) return this.$toast('请上传被保人补充资料')
|
||||
@@ -532,7 +532,7 @@ export default {
|
||||
}
|
||||
}
|
||||
if (!this.checked) {
|
||||
return this.$toast('请先同意协议')
|
||||
return this.$toast('请先阅读并勾选协议')
|
||||
}
|
||||
// 校验签名
|
||||
if (this.$route.query.receiveType === '0') {
|
||||
|
||||
Reference in New Issue
Block a user