diff --git a/newPages/courseList/index.vue b/newPages/courseList/index.vue index 0afe551..3f363ee 100644 --- a/newPages/courseList/index.vue +++ b/newPages/courseList/index.vue @@ -20,8 +20,7 @@ {{ item.tittle }} - ¥{{ item.price - item.favour }} - ¥{{ item.price }} + ¥{{ item.price }} @@ -107,6 +106,7 @@ export default { url: `/newPages/courseDetail/index?courseId=${courseId}&tenantId=${this.tenantId}`, }); }, + } }; diff --git a/newPages/examinationList/index.vue b/newPages/examinationList/index.vue index aa90399..9d00f5a 100644 --- a/newPages/examinationList/index.vue +++ b/newPages/examinationList/index.vue @@ -348,7 +348,7 @@ export default { if (item.fraction == null ) { return { text: '成绩录入', type: 'input' } } else if (!item.ifPass) { - return { text: '考试未通过', type: 'failed' } + return { text: '成绩录入', type: 'input' } } else if (item.ifEvaluate) { return { text: '查看评价', type: 'view' } } else { diff --git a/newPages/information/assets/style/index.rpx.scss b/newPages/information/assets/style/index.rpx.scss index 6900cc3..6d9bf41 100644 --- a/newPages/information/assets/style/index.rpx.scss +++ b/newPages/information/assets/style/index.rpx.scss @@ -117,6 +117,7 @@ .label_2 { width: 70rpx; height: 70rpx; + border-radius: 50%; } } .text-wrapper_1 { @@ -137,7 +138,7 @@ line-height: 28rpx; } .text_4 { - width: 112rpx; + width: 198rpx; height: 28rpx; overflow-wrap: break-word; color: rgba(51, 51, 51, 1); @@ -170,7 +171,7 @@ width: 198rpx; height: 28rpx; overflow-wrap: break-word; - color: rgba(51, 51, 51, 1); + color: rgba(113, 113, 113, 1.0); font-size: 28rpx; font-family: PingFang SC-Regular; font-weight: NaN; @@ -208,9 +209,12 @@ width: 646rpx; height: 196rpx; margin: 30rpx 0 30rpx 20rpx; + display: flex; + justify-content: space-between; .image_3 { - width: 312rpx; + width: 300rpx; height: 196rpx; + margin-right: 10rpx; } .image_4 { width: 312rpx; @@ -241,7 +245,6 @@ .list_1 { width: 700rpx; height: 160rpx; - justify-content: space-between; margin: 30rpx 0 30rpx 20rpx; .list-items_1 { height: 160rpx; diff --git a/newPages/information/index.vue b/newPages/information/index.vue index 43aa51e..4211896 100644 --- a/newPages/information/index.vue +++ b/newPages/information/index.vue @@ -1,137 +1,474 @@