|
@@ -807,8 +807,12 @@ export default {
|
|
|
videoId: this.pickCatalog.videoId,
|
|
videoId: this.pickCatalog.videoId,
|
|
|
courseId: this.courseId
|
|
courseId: this.courseId
|
|
|
}
|
|
}
|
|
|
|
|
+ uni.showLoading({
|
|
|
|
|
+ title: '加载中'
|
|
|
|
|
+ });
|
|
|
newPublicCourseAnswerApi(param).then(res => {
|
|
newPublicCourseAnswerApi(param).then(res => {
|
|
|
this.questionsCloseMethod()
|
|
this.questionsCloseMethod()
|
|
|
|
|
+ uni.hideLoading()
|
|
|
if (res.code == 200) {
|
|
if (res.code == 200) {
|
|
|
if (res.msg == "答题成功") {
|
|
if (res.msg == "答题成功") {
|
|
|
// 答对
|
|
// 答对
|