浏览代码

fix: 调整部分功能模块

wenxingxing 1 天之前
父节点
当前提交
7dd90af9af
共有 2 个文件被更改,包括 7 次插入1 次删除
  1. 4 0
      pages/course/info.vue
  2. 3 1
      pages/index/index.vue

+ 4 - 0
pages/course/info.vue

@@ -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 == "答题成功") {
 						// 答对

+ 3 - 1
pages/index/index.vue

@@ -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 {