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() }