修改积分抵扣

This commit is contained in:
liuyuan
2025-04-11 17:23:03 +08:00
parent c57c68f0d5
commit e7e78590f6
14 changed files with 48246 additions and 42910 deletions

View File

@@ -563,16 +563,7 @@ export default {
this.selectPayIndex = 0;
}
if (this.actualPayment == 0) {
var that = this;
this.payList.forEach((e, i) => {
if (e.type == 4) {
that.selectPayIndex = i;
that.payType = 4;
}
});
this.$forceUpdate();
}
} else {
if (platform == "ios") {
this.selectPayIndex = 0;
@@ -580,7 +571,19 @@ export default {
this.selectPayIndex = 0;
}
}
this.payType = this.payList[this.selectPayIndex].type;
if (this.actualPayment == 0) {
var that = this;
this.payList.forEach((e, i) => {
if (e.type == 4) {
that.selectPayIndex = i;
that.payType = 4;
}
});
this.$forceUpdate();
}
this.$forceUpdate();
},
},