소스 검색

原价字段修改

wolyshaw 4 년 전
부모
커밋
28a8d21d7b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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