Browse Source

Merge branch '01/19NavMenu' into online

wolyshaw 4 years ago
parent
commit
ee17114e5b
1 changed files with 1 additions and 1 deletions
  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