mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-15 03:36:43 +08:00
问题件去掉银行卡照片
This commit is contained in:
@@ -56,12 +56,12 @@
|
|||||||
</template>
|
</template>
|
||||||
</van-field>
|
</van-field>
|
||||||
</div>
|
</div>
|
||||||
<div class="item">
|
<!-- <div class="item">-->
|
||||||
<van-field label-class="labels" readonly label="银行卡照片"></van-field>
|
<!-- <van-field label-class="labels" readonly label="银行卡照片"></van-field>-->
|
||||||
<div class="cardList">
|
<!-- <div class="cardList">-->
|
||||||
<van-uploader :max-count="1" :after-read="cardUpload" @delete="transferBankCardDelete" name="bankcardA" v-model="transfer.cardPhoto" />
|
<!-- <van-uploader :max-count="1" :after-read="cardUpload" @delete="transferBankCardDelete" name="bankcardA" v-model="transfer.cardPhoto" />-->
|
||||||
</div>
|
<!-- </div>-->
|
||||||
</div>
|
<!-- </div>-->
|
||||||
</div>
|
</div>
|
||||||
<div class="checkedBox" v-if="issueType === '818901'">
|
<div class="checkedBox" v-if="issueType === '818901'">
|
||||||
<van-checkbox v-model="checked" class="checked" icon-size="16px" shape="square"
|
<van-checkbox v-model="checked" class="checked" icon-size="16px" shape="square"
|
||||||
@@ -288,9 +288,9 @@ export default {
|
|||||||
if (!regx.test(this.transfer.card)) {
|
if (!regx.test(this.transfer.card)) {
|
||||||
return this.$toast('银行卡号不符合规则')
|
return this.$toast('银行卡号不符合规则')
|
||||||
}
|
}
|
||||||
if (this.transfer.cardPhoto.length === 0) {
|
// if (this.transfer.cardPhoto.length === 0) {
|
||||||
return this.$toast('请上传银行卡照片')
|
// return this.$toast('请上传银行卡照片')
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.transfer.bank) {
|
if (this.transfer.bank) {
|
||||||
@@ -447,9 +447,9 @@ export default {
|
|||||||
if (!regx.test(this.transfer.card)) {
|
if (!regx.test(this.transfer.card)) {
|
||||||
return this.$toast('银行卡号不符合规则')
|
return this.$toast('银行卡号不符合规则')
|
||||||
}
|
}
|
||||||
if (this.transfer.cardPhoto.length === 0) {
|
// if (this.transfer.cardPhoto.length === 0) {
|
||||||
return this.$toast('请上传银行卡照片')
|
// return this.$toast('请上传银行卡照片')
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!this.checked) {
|
if (!this.checked) {
|
||||||
@@ -498,7 +498,7 @@ export default {
|
|||||||
}
|
}
|
||||||
// 补充资料类问题件
|
// 补充资料类问题件
|
||||||
else if (this.issueType === '828601') {
|
else if (this.issueType === '828601') {
|
||||||
problemData.list.push(...this.imageResultList)
|
// problemData.list.push(...this.imageResultList)
|
||||||
if (this.suplementDesc.trim()) {
|
if (this.suplementDesc.trim()) {
|
||||||
problemData.content = this.suplementDesc.trim()
|
problemData.content = this.suplementDesc.trim()
|
||||||
} else {
|
} else {
|
||||||
@@ -512,9 +512,9 @@ export default {
|
|||||||
problemData.bankName = this.transfer.bank
|
problemData.bankName = this.transfer.bank
|
||||||
problemData.bankNo = this.transfer.card
|
problemData.bankNo = this.transfer.card
|
||||||
// 选择非终止转账时上传银行卡照片
|
// 选择非终止转账时上传银行卡照片
|
||||||
if (this.transfer.mode === 3) {
|
// if (this.transfer.mode === 3) {
|
||||||
problemData.list.push(this.transfer.cardUploadResult)
|
// problemData.list.push(this.transfer.cardUploadResult)
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
// 更新问题件数据
|
// 更新问题件数据
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user