mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-11 03:46:47 +08:00
提交
This commit is contained in:
@@ -2,11 +2,11 @@
|
|||||||
<view class="growth">
|
<view class="growth">
|
||||||
<u-navbar
|
<u-navbar
|
||||||
title="专业力必修"
|
title="专业力必修"
|
||||||
bgColor="rgba(0,0,0,0)"
|
bgColor="#3e7eff"
|
||||||
:safeAreaInsetTop="true"
|
:safeAreaInsetTop="true"
|
||||||
placeholder
|
placeholder
|
||||||
leftIconColor="#fff"
|
leftIconColor="#fff"
|
||||||
autoBack
|
@leftClick="leftClick"
|
||||||
fixed
|
fixed
|
||||||
titleStyle="color:#fff"
|
titleStyle="color:#fff"
|
||||||
>
|
>
|
||||||
@@ -218,6 +218,9 @@ export default {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
leftClick() {
|
||||||
|
this.$router.push({ path: "/pages/my/index" });
|
||||||
|
},
|
||||||
toBack() {
|
toBack() {
|
||||||
uni.navigateBack();
|
uni.navigateBack();
|
||||||
},
|
},
|
||||||
@@ -229,17 +232,8 @@ export default {
|
|||||||
// 学习任务跳转详情
|
// 学习任务跳转详情
|
||||||
loaddetail(task) {
|
loaddetail(task) {
|
||||||
let taskUrl = "";
|
let taskUrl = "";
|
||||||
if (this.selectData.template == 1) {
|
|
||||||
//路径图
|
|
||||||
let params = encodeURIComponent("routerId=" + this.selectData.id);
|
let params = encodeURIComponent("routerId=" + this.selectData.id);
|
||||||
// "/pages/forward?to=/fe-student-h5-release/growthPath¶ms=" + params;
|
taskUrl = "/pages/forward?to=/student-h5/growthDetails¶ms=" + params;
|
||||||
taskUrl = "/pages/forward?to=/student-h5/growthPath¶ms=" + params;
|
|
||||||
} else {
|
|
||||||
//任务列表
|
|
||||||
let params = encodeURIComponent("routerId=" + this.selectData.id);
|
|
||||||
taskUrl =
|
|
||||||
"/pages/forward?to=/student-h5/growthDetails¶ms=" + params;
|
|
||||||
}
|
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: taskUrl,
|
url: taskUrl,
|
||||||
});
|
});
|
||||||
@@ -270,6 +264,7 @@ export default {
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
margin-top: 114rpx;
|
margin-top: 114rpx;
|
||||||
|
margin-bottom: 50px;
|
||||||
view {
|
view {
|
||||||
width: 560rpx;
|
width: 560rpx;
|
||||||
height: 88rpx;
|
height: 88rpx;
|
||||||
|
|||||||
2
unpackage/dist/build/h5/index.html
vendored
2
unpackage/dist/build/h5/index.html
vendored
@@ -19,4 +19,4 @@
|
|||||||
hm.src = "https://hm.baidu.com/hm.js?ea89f02dca369037a73c5e3907e2c14a";
|
hm.src = "https://hm.baidu.com/hm.js?ea89f02dca369037a73c5e3907e2c14a";
|
||||||
var s = document.getElementsByTagName("script")[0];
|
var s = document.getElementsByTagName("script")[0];
|
||||||
s.parentNode.insertBefore(hm, s);
|
s.parentNode.insertBefore(hm, s);
|
||||||
})();</script></head><body><div id=app></div><script src=/mobile/static/js/chunk-vendors.bb72ee6e.js></script><script src=/mobile/static/js/index.4a17d1a1.js></script></body></html>
|
})();</script></head><body><div id=app></div><script src=/mobile/static/js/chunk-vendors.bb72ee6e.js></script><script src=/mobile/static/js/index.03967f6e.js></script></body></html>
|
||||||
File diff suppressed because one or more lines are too long
1
unpackage/dist/build/h5/static/js/pages-my-growth.04149cf2.js
vendored
Normal file
1
unpackage/dist/build/h5/static/js/pages-my-growth.04149cf2.js
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user