diff --git a/components/Course/lineStyleCourse.vue b/components/Course/lineStyleCourse.vue index 9f09a15..c6a060a 100644 --- a/components/Course/lineStyleCourse.vue +++ b/components/Course/lineStyleCourse.vue @@ -12,7 +12,7 @@ {{ label }} - 上次学到:{{ item.progress }} + 上次学到:{{ item.progress || '' }} diff --git a/pages/merchant/teacher_detail.vue b/pages/merchant/teacher_detail.vue index 4c3407b..7e1c601 100644 --- a/pages/merchant/teacher_detail.vue +++ b/pages/merchant/teacher_detail.vue @@ -73,8 +73,10 @@ {{ item.name }} - + + + - + @@ -87,7 +87,7 @@ export default { onSearch: debounce(function () { this.page = 1; this.finished = false; - this.specialList = false; + this.specialList = []; this.getSpecialList(); }, 500), async getSpecialList() { @@ -131,6 +131,14 @@ export default { margin: 0 auto; .left { background: #fff; + padding-right: 100rpx; + position: relative; + .iconfont { + position: absolute; + top: 50%; + right: 31rpx; + transform: translateY(-50%); + } } } .search-page .special-section uni-navigator { diff --git a/pages/special/task_info.vue b/pages/special/task_info.vue index 199e9f9..ea56361 100644 --- a/pages/special/task_info.vue +++ b/pages/special/task_info.vue @@ -74,8 +74,10 @@ - + + + @@ -505,7 +507,6 @@ page{ } .task-info .content { - padding: 30rpx; background-color: #ffffff; font-size: 30rpx; line-height: 44rpx;