Explorar o código

Merge branch 'yuetuan' into online

wolyshaw %!s(int64=4) %!d(string=hai) anos
pai
achega
5b5617d6cc
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  1. 4 4
      src/views/resetTeaming/modals/user-pay-form.vue

+ 4 - 4
src/views/resetTeaming/modals/user-pay-form.vue

@@ -258,11 +258,11 @@ export default {
       for (const item of this.eclass) {
         money += item.courseCurrentPrice;
       }
-      if (!money) {
-        this.$set(this.cycle, "paymentAmount", undefined);
-      } else {
+      // if (!money) {
+        // this.$set(this.cycle, "paymentAmount", undefined);
+      // } else {
         this.$set(this.cycle, "paymentAmount", money);
-      }
+      // }
       if (this.rowDetail) {
         this.$set(
           this.cycle,