mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-22 10:36:45 +08:00
微信端上传资料
This commit is contained in:
@@ -375,9 +375,19 @@ export default {
|
|||||||
return this.$toast('请输入4-400个字符')
|
return this.$toast('请输入4-400个字符')
|
||||||
// 校验补充资料
|
// 校验补充资料
|
||||||
if (this.issueType === '828601') {
|
if (this.issueType === '828601') {
|
||||||
|
if (!this.checked) {
|
||||||
|
return this.$toast('请先阅读并勾选协议')
|
||||||
|
}
|
||||||
|
// 校验签名
|
||||||
|
if (this.$route.query.receiveType === '0') {
|
||||||
|
if (!this.policyholderSigned) return this.$toast('签名未完成, 请先进行签名')
|
||||||
|
} else if (this.$route.query.receiveType === '1') {
|
||||||
|
if (!this.policyholderSigned || !this.insurantSigned) return this.$toast('签名未完成, 请先进行签名')
|
||||||
|
}
|
||||||
if (!this.checkSupplementData()) return this.$toast('请上传补充资料')
|
if (!this.checkSupplementData()) return this.$toast('请上传补充资料')
|
||||||
if (this.isWeixin) {
|
if (this.isWeixin) {
|
||||||
this.$toast.loading()
|
this.$toast.loading()
|
||||||
|
this.imageResultList.splice(0)
|
||||||
for (let image of this.imageList) {
|
for (let image of this.imageList) {
|
||||||
let res = await this.afterRead(image)
|
let res = await this.afterRead(image)
|
||||||
let result = {
|
let result = {
|
||||||
|
|||||||
Reference in New Issue
Block a user