Ver Fonte

多规则

xuqiaoying há 3 anos atrás
pai
commit
a72a03d4af
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      src/components/buyCourseModal/index.vue

+ 2 - 2
src/components/buyCourseModal/index.vue

@@ -106,8 +106,8 @@ export default {
   mounted() {},
   methods: {
     showModal(item) {
-      // this.gradeId = ''
-      // this.gradeList = []
+      this.gradeId = ''
+      this.gradeList = []
       this.selectClassModal = true;
       this.goodsDetail = item;
     },