mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-07-13 18:48:04 +08:00
修改无需支付bug
This commit is contained in:
@@ -388,7 +388,6 @@ export default {
|
||||
orderAmount: this.stakeUp
|
||||
}
|
||||
}
|
||||
if (this.stakeUp > 0) {
|
||||
noNeedPay(this.amountPile).then(res => {
|
||||
console.log(res);
|
||||
if (res.code === 200) {
|
||||
@@ -397,10 +396,6 @@ export default {
|
||||
}
|
||||
});
|
||||
this.dataReset()
|
||||
} else {
|
||||
this.$message.error('修改金额不能为空或小于0');
|
||||
}
|
||||
|
||||
},
|
||||
//无需支付取消
|
||||
cancel() {
|
||||
|
||||
Reference in New Issue
Block a user