修改无需支付bug

This commit is contained in:
BOOL\25024
2023-09-23 13:14:37 +08:00
parent 435ff1cbd1
commit fdc6a874e7

View File

@@ -388,7 +388,6 @@ export default {
orderAmount: this.stakeUp orderAmount: this.stakeUp
} }
} }
if (this.stakeUp > 0) {
noNeedPay(this.amountPile).then(res => { noNeedPay(this.amountPile).then(res => {
console.log(res); console.log(res);
if (res.code === 200) { if (res.code === 200) {
@@ -397,10 +396,6 @@ export default {
} }
}); });
this.dataReset() this.dataReset()
} else {
this.$message.error('修改金额不能为空或小于0');
}
}, },
//无需支付取消 //无需支付取消
cancel() { cancel() {