@@ -807,8 +807,12 @@ export default {
videoId: this.pickCatalog.videoId,
courseId: this.courseId
}
+ uni.showLoading({
+ title: '加载中'
+ });
newPublicCourseAnswerApi(param).then(res => {
this.questionsCloseMethod()
+ uni.hideLoading()
if (res.code == 200) {
if (res.msg == "答题成功") {
// 答对
@@ -482,7 +482,7 @@
.tag-scroll {
height: 80rpx;
white-space: nowrap;
- margin-bottom: 10rpx;
+ margin-bottom: 5rpx;
.tag-item {
@@ -532,6 +532,8 @@
border-radius: 30rpx;
overflow: hidden;
padding: 30rpx 20rpx;
+ margin-left: 24rpx;
+ margin-right: 24rpx;
.fv-thumb {