diff --git a/src/App.vue b/src/App.vue index f955a764..63d8cafc 100644 --- a/src/App.vue +++ b/src/App.vue @@ -111,7 +111,9 @@ width: 100%; height: 100%; } - + .color-666{ + color: #666666; + } .fl1 { flex: 1; } diff --git a/src/pages/courseDetail/components/introduce.vue b/src/pages/courseDetail/components/introduce.vue index d44b2821..af65ad87 100644 --- a/src/pages/courseDetail/components/introduce.vue +++ b/src/pages/courseDetail/components/introduce.vue @@ -2,8 +2,8 @@ - 课程类别 - {{ modelValue.catalogName }} + 课程类别 + {{ modelValue.catalogName }} 评分 @@ -11,13 +11,13 @@ - 更新日期 - {{ (modelValue.mtTime || '').substr(0, 16) }} + 更新时间 + {{ (modelValue.mtTime || '').substr(0, 16) }} - 标签 + 标签 {{ item.tagName }} @@ -25,22 +25,21 @@ - 创建人 - {{ modelValue.ctUserName }} + 创建人 + {{ modelValue.ctUserName }} - 归属部门 - {{ modelValue.belgOrgName }} + 归属部门 + {{ modelValue.belgOrgName }} - - 课程核心 - + 课程核心 + {{ modelValue.crsCore }} @@ -70,11 +69,11 @@ \ No newline at end of file diff --git a/src/pages/courseDetail/index.vue b/src/pages/courseDetail/index.vue index d8158cd2..af67e1d3 100644 --- a/src/pages/courseDetail/index.vue +++ b/src/pages/courseDetail/index.vue @@ -70,7 +70,7 @@ @change="tabSwitch" :scrollable="false" line-color="#0066FF" - :active-style="{ color: '#323E57', 'font-weight': 600, 'font-size': '30rpx' }" + :active-style="{ color: '#0066FF', 'font-weight': 600, 'font-size': '30rpx' }" :inactive-style="{ color: '#666666', 'font-size': '30rpx' }" > diff --git a/src/pages/me/index.vue b/src/pages/me/index.vue index f83e2191..17f1f488 100644 --- a/src/pages/me/index.vue +++ b/src/pages/me/index.vue @@ -261,7 +261,7 @@ try { const time_now = Date.now(); let points_data = common.getValue('points_data') || {}; - if (time_now - this.request_time > 300 && status) { + if (time_now - this.request_time > 300 || status) { this.request_time = time_now; // 获取最新数据 const res = await queryCurrentStatus(); diff --git a/src/static/images/courseDetail/ditu.png b/src/static/images/courseDetail/ditu.png index ec6af6e1..d3bb3b7b 100644 Binary files a/src/static/images/courseDetail/ditu.png and b/src/static/images/courseDetail/ditu.png differ diff --git a/src/static/images/courseDetail/ditu2.png b/src/static/images/courseDetail/ditu2.png new file mode 100644 index 00000000..ec6af6e1 Binary files /dev/null and b/src/static/images/courseDetail/ditu2.png differ