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",