mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-10 19:36:47 +08:00
提交
This commit is contained in:
@@ -85,6 +85,7 @@
|
|||||||
></u-line-progress>
|
></u-line-progress>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
<template v-if="selectData.electiveTaskNum !== 0">
|
||||||
<view class="progress-card-item">
|
<view class="progress-card-item">
|
||||||
<view
|
<view
|
||||||
style="
|
style="
|
||||||
@@ -106,6 +107,7 @@
|
|||||||
></u-line-progress>
|
></u-line-progress>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
</template>
|
||||||
<view class="progress-card-item">
|
<view class="progress-card-item">
|
||||||
<view
|
<view
|
||||||
style="
|
style="
|
||||||
@@ -155,7 +157,9 @@ import { studentGrowthList } from "@/api/modules/growth";
|
|||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
selectData: null,
|
selectData: {
|
||||||
|
electiveTaskNum: 0,
|
||||||
|
},
|
||||||
list: [],
|
list: [],
|
||||||
// 是否展示选框
|
// 是否展示选框
|
||||||
show: false,
|
show: false,
|
||||||
|
|||||||
@@ -143,6 +143,7 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</u-grid-item>
|
</u-grid-item>
|
||||||
|
<template v-if="userInfo.aid === '981537203807064064'">
|
||||||
<u-grid-item>
|
<u-grid-item>
|
||||||
<view class="one" @click="navigateTo('growth')">
|
<view class="one" @click="navigateTo('growth')">
|
||||||
<view class="one-img">
|
<view class="one-img">
|
||||||
@@ -153,6 +154,8 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</u-grid-item>
|
</u-grid-item>
|
||||||
|
</template>
|
||||||
|
|
||||||
<u-grid-item>
|
<u-grid-item>
|
||||||
<view class="one" @click="navigateTo('rankingList')">
|
<view class="one" @click="navigateTo('rankingList')">
|
||||||
<view class="one-img">
|
<view class="one-img">
|
||||||
|
|||||||
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.03967f6e.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.655a21b9.js></script></body></html>
|
||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
unpackage/dist/build/h5/static/js/pages-my-growth.a7275b5c.js
vendored
Normal file
1
unpackage/dist/build/h5/static/js/pages-my-growth.a7275b5c.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
unpackage/dist/build/h5/static/js/pages-my-index.96cfe063.js
vendored
Normal file
1
unpackage/dist/build/h5/static/js/pages-my-index.96cfe063.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