优化部分代码

This commit is contained in:
学习很差啦
2022-08-25 12:46:52 +08:00
parent 6ccdeba85e
commit d9ac9eb2eb
7 changed files with 15 additions and 12 deletions

View File

@@ -125,6 +125,7 @@
<div class="sale" v-if="current === 0 && sku.afterSaleStatus">
<div
v-if="
order.flowPrice != 0 &&
sku.afterSaleStatus.includes('NOT_APPLIED') ||
sku.afterSaleStatus.includes('PART_AFTER_SALE')
"

View File

@@ -335,12 +335,6 @@ export default {
type: "error",
});
return false;
} else if (checkBankno(this.form.bankAccountNumber) === false) {
this.$refs.uToast.show({
title: "银行卡卡号不正确",
type: "error",
});
return false;
} else if (this.$u.test.chinese(this.form.bankAccountName) === false) {
this.$refs.uToast.show({
title: "银行开户名输入错误",