Kaynağa Gözat

金额问题修改

wolyshaw 4 yıl önce
ebeveyn
işleme
51350e880f

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

@@ -258,11 +258,11 @@ export default {
       for (const item of this.eclass) {
       for (const item of this.eclass) {
         money += item.courseCurrentPrice;
         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);
         this.$set(this.cycle, "paymentAmount", money);
-      }
+      // }
       if (this.rowDetail) {
       if (this.rowDetail) {
         this.$set(
         this.$set(
           this.cycle,
           this.cycle,