瀏覽代碼

多规则

xuqiaoying 3 年之前
父節點
當前提交
a72a03d4af
共有 1 個文件被更改,包括 2 次插入2 次删除
  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;
     },