QYF-GitLab1
2024-12-18 8c2b523a1b1891e0557f04a50bf899abf96fe286
packageCourse/pages/course/index.js
@@ -31,6 +31,7 @@
      total: 999,
      loading: false
    },
    submitLoading: false,
    // 加载参数
    bottomLoading: false,
    isMoreData: false,
@@ -259,6 +260,9 @@
      })
      return false
    }
    this.setData({
      submitLoading: true
    })
    app.MG.edu
      .applyNewCourse({
        name: this.data.courseName,
@@ -281,7 +285,8 @@
            visible: false,
            selectedBook: null,
            courseDesc: '',
            courseName: ''
            courseName: '',
            submitLoading: false
          })
          this.getData()
        }