From cd9edc2a321fa4486d16615801bf07c4056028e0 Mon Sep 17 00:00:00 2001 From: binbin_pan Date: Wed, 18 Dec 2024 18:59:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/YNEduApp/index/index.vue | 2 +- pages/YNEduApp/learn/learn.vue | 3 ++- pages/YNEduApp/learnProj/learnProj.vue | 8 ++++---- pages/gzt/index.vue | 3 ++- totalTabbar.js | 10 +++++----- 5 files changed, 14 insertions(+), 12 deletions(-) diff --git a/pages/YNEduApp/index/index.vue b/pages/YNEduApp/index/index.vue index 25dc2a7..8876cd0 100644 --- a/pages/YNEduApp/index/index.vue +++ b/pages/YNEduApp/index/index.vue @@ -12,7 +12,7 @@ - + {{ part.name }} diff --git a/pages/YNEduApp/learn/learn.vue b/pages/YNEduApp/learn/learn.vue index fd2047d..2c64d1f 100644 --- a/pages/YNEduApp/learn/learn.vue +++ b/pages/YNEduApp/learn/learn.vue @@ -5,10 +5,11 @@ id="myVideo" :src="path" :initial-time="studyDuration" - :show-progress="false" + :show-progress="true" :enable-progress-gesture="false" @error="videoErrorCallback" @timeupdate="videoTimeUpdate" + controls /> diff --git a/pages/YNEduApp/learnProj/learnProj.vue b/pages/YNEduApp/learnProj/learnProj.vue index d296bf2..5baf7d5 100644 --- a/pages/YNEduApp/learnProj/learnProj.vue +++ b/pages/YNEduApp/learnProj/learnProj.vue @@ -56,11 +56,11 @@ -
- - 暂无内容 -
+
+ + 暂无内容 +
diff --git a/pages/gzt/index.vue b/pages/gzt/index.vue index 96eaaf1..814eb4f 100644 --- a/pages/gzt/index.vue +++ b/pages/gzt/index.vue @@ -25,7 +25,7 @@ 我的应用 - + @@ -441,6 +441,7 @@ export default { if (response.code == 200) { console.log('我的应用-----------', response) this.myApp = response.data + this.gotoYy('考试培训移动端') } else { uni.$u.toast('获取我的应用失败') } diff --git a/totalTabbar.js b/totalTabbar.js index 411ae27..d27d50b 100644 --- a/totalTabbar.js +++ b/totalTabbar.js @@ -15,11 +15,11 @@ export default { selectedIconPath: "static/images/dh2s.png", text: "工作台", //新版本新增,页面被打开方式,默认为reLaunch - }, { - pagePath: "pages/txl/index", - iconPath: "static/images/dh3.png", - selectedIconPath: "static/images/dh3s.png", - text: "通讯录", + // }, { + // pagePath: "pages/txl/index", + // iconPath: "static/images/dh3.png", + // selectedIconPath: "static/images/dh3s.png", + // text: "通讯录", //新版本新增,页面被打开方式,默认为reLaunch }, { pagePath: "pages/mine/index",