Browse Source

原价字段修改

wolyshaw 4 năm trước cách đây
mục cha
commit
28a8d21d7b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/resetTeaming/modals/user-pay-form.vue

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

@@ -350,7 +350,7 @@ export default {
             if (this.paymentTypeString === 'SPAN_GROUP_CLASS_ADJUST') {
               return {
                 ...item,
-                courseCurrentPrice: item.masterSubCoursePrice
+                courseOriginalPrice: item.masterSubCoursePrice
               }
             }
             return item