mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-12 12:26:48 +08:00
提交
This commit is contained in:
@@ -85,27 +85,29 @@
|
|||||||
></u-line-progress>
|
></u-line-progress>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="progress-card-item">
|
<template v-if="selectData.electiveTaskNum !== 0">
|
||||||
<view
|
<view class="progress-card-item">
|
||||||
style="
|
<view
|
||||||
display: flex;
|
style="
|
||||||
justify-content: space-between;
|
display: flex;
|
||||||
align-items: center;
|
justify-content: space-between;
|
||||||
"
|
align-items: center;
|
||||||
>
|
"
|
||||||
<view class="label">选修进度</view>
|
>
|
||||||
<view class="rate">{{ electiveTaskCompletionRate }}%</view>
|
<view class="label">选修进度</view>
|
||||||
|
<view class="rate">{{ electiveTaskCompletionRate }}%</view>
|
||||||
|
</view>
|
||||||
|
<view class="progress">
|
||||||
|
<u-line-progress
|
||||||
|
active-color="#0077EC"
|
||||||
|
:showText="false"
|
||||||
|
inactive-color="#E5E7EB"
|
||||||
|
:percentage="electiveTaskCompletionRate"
|
||||||
|
height="3"
|
||||||
|
></u-line-progress>
|
||||||
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="progress">
|
</template>
|
||||||
<u-line-progress
|
|
||||||
active-color="#0077EC"
|
|
||||||
:showText="false"
|
|
||||||
inactive-color="#E5E7EB"
|
|
||||||
:percentage="electiveTaskCompletionRate"
|
|
||||||
height="3"
|
|
||||||
></u-line-progress>
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
<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,7 +143,8 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</u-grid-item>
|
</u-grid-item>
|
||||||
<u-grid-item>
|
<template v-if="userInfo.aid === '981537203807064064'">
|
||||||
|
<u-grid-item>
|
||||||
<view class="one" @click="navigateTo('growth')">
|
<view class="one" @click="navigateTo('growth')">
|
||||||
<view class="one-img">
|
<view class="one-img">
|
||||||
<img src="../../static/images/center/growth.jpg">
|
<img src="../../static/images/center/growth.jpg">
|
||||||
@@ -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