mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-13 03:39:55 +08:00
修改无需支付bug
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user