@@ -526,10 +526,10 @@ export default {
});
return false;
}
- // if (this.num === 0) {
- // this.showPay = true;
- // return false;
- // }
+ if (this.num === 0) {
+ this.showPay = true;
+ return false;
+ }
return true;
},
closed() {