|
@@ -462,7 +462,7 @@ export default {
|
|
|
return;
|
|
|
}
|
|
|
// 确认退费规则
|
|
|
- if (!this.refundSure && this.payCountMoney - this.marketAmount > 0) {
|
|
|
+ if (!this.refundSure) {
|
|
|
this.refundStatus = true;
|
|
|
this.hashState();
|
|
|
return;
|
|
@@ -608,7 +608,7 @@ export default {
|
|
|
return;
|
|
|
}
|
|
|
// 确认退费规则
|
|
|
- if (!this.refundSure && this.payCountMoney > 0) {
|
|
|
+ if (!this.refundSure) {
|
|
|
this.refundStatus = true;
|
|
|
return;
|
|
|
}
|