mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-07 01:46:44 +08:00
提交
This commit is contained in:
@@ -59,7 +59,7 @@
|
|||||||
<text>200/300</text>
|
<text>200/300</text>
|
||||||
<u-line-progress :showText="false" :percentage="50" activeColor="#007DFF" height="4"></u-line-progress>
|
<u-line-progress :showText="false" :percentage="50" activeColor="#007DFF" height="4"></u-line-progress>
|
||||||
</view>
|
</view>
|
||||||
<view class="edit">
|
<view class="edit" @click="navigateTo('setting')">
|
||||||
<text>编辑资料</text><u-icon style="float: right;margin-top: 12px;" name="arrow-right" size="8"></u-icon>
|
<text>编辑资料</text><u-icon style="float: right;margin-top: 12px;" name="arrow-right" size="8"></u-icon>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@@ -92,7 +92,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="uc-box" style="margin-top: -260upx;display: none;">
|
<view class="uc-box" style="margin-top: -260upx;display: none;">
|
||||||
<!-- 学习时长模块 -->
|
<!-- 学习时长模块 -->
|
||||||
<view class="uc-box-items">
|
<!-- <view class="uc-box-items">
|
||||||
<view class="one" @click="navigateTo('toMeShares')">
|
<view class="one" @click="navigateTo('toMeShares')">
|
||||||
<view class="" style="font-weight: 600;font-size:22px;margin-top: 30px;">
|
<view class="" style="font-weight: 600;font-size:22px;margin-top: 30px;">
|
||||||
<img style="width: 40px;height:40px;" src="../../static/images/toShare.png">
|
<img style="width: 40px;height:40px;" src="../../static/images/toShare.png">
|
||||||
@@ -117,14 +117,14 @@
|
|||||||
我收藏的
|
我收藏的
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view> -->
|
||||||
</view>
|
</view>
|
||||||
<!-- 学习内容模块 -->
|
<!-- 学习内容模块 -->
|
||||||
<view class="uc-box">
|
<view class="uc-box">
|
||||||
<view class="uc-box-con">
|
<view class="uc-box-con">
|
||||||
<u-grid :border="false">
|
<u-grid :border="false">
|
||||||
<u-grid-item>
|
<u-grid-item>
|
||||||
<view class="one" @click="navigateTo('toMeComments')">
|
<view class="one" @click="navigateTo('myub')">
|
||||||
<view class="one-img">
|
<view class="one-img">
|
||||||
<img src="../../static/images/center/myubicon.png">
|
<img src="../../static/images/center/myubicon.png">
|
||||||
</view>
|
</view>
|
||||||
@@ -144,7 +144,7 @@
|
|||||||
</view>
|
</view>
|
||||||
</u-grid-item>
|
</u-grid-item>
|
||||||
<u-grid-item>
|
<u-grid-item>
|
||||||
<view class="one" @click="navigateTo('toMeComments')">
|
<view class="one" @click="navigateTo('rankingList')">
|
||||||
<view class="one-img">
|
<view class="one-img">
|
||||||
<img src="../../static/images/center/rankingicon.png">
|
<img src="../../static/images/center/rankingicon.png">
|
||||||
</view>
|
</view>
|
||||||
@@ -247,7 +247,7 @@
|
|||||||
</view>
|
</view>
|
||||||
</u-grid-item>
|
</u-grid-item>
|
||||||
<u-grid-item>
|
<u-grid-item>
|
||||||
<view class="one" @click="navigateTo('myAssesses')">
|
<view class="one" @click="navigateTo('myFavorites')">
|
||||||
<view class="one-img">
|
<view class="one-img">
|
||||||
<img src="../../static/images/center/colle.png">
|
<img src="../../static/images/center/colle.png">
|
||||||
</view>
|
</view>
|
||||||
@@ -257,7 +257,7 @@
|
|||||||
</view>
|
</view>
|
||||||
</u-grid-item>
|
</u-grid-item>
|
||||||
<u-grid-item>
|
<u-grid-item>
|
||||||
<view class="one" @click="navigateTo('myAssesses')">
|
<view class="one" @click="navigateTo('myShares')">
|
||||||
<view class="one-img">
|
<view class="one-img">
|
||||||
<img src="../../static/images/center/mycentericon.png">
|
<img src="../../static/images/center/mycentericon.png">
|
||||||
</view>
|
</view>
|
||||||
@@ -267,7 +267,7 @@
|
|||||||
</view>
|
</view>
|
||||||
</u-grid-item>
|
</u-grid-item>
|
||||||
<u-grid-item>
|
<u-grid-item>
|
||||||
<view class="one" @click="navigateTo('myAssesses')">
|
<view class="one" @click="navigateTo('toMeShares')">
|
||||||
<view class="one-img">
|
<view class="one-img">
|
||||||
<img src="../../static/images/center/shareme.png">
|
<img src="../../static/images/center/shareme.png">
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
@@ -10,6 +10,7 @@
|
|||||||
@search="findList(true)"
|
@search="findList(true)"
|
||||||
@clear="findList(true)"
|
@clear="findList(true)"
|
||||||
placeholder="搜索"
|
placeholder="搜索"
|
||||||
|
:height="36"
|
||||||
v-model="keyword"
|
v-model="keyword"
|
||||||
:showAction="false">
|
:showAction="false">
|
||||||
</u-search>
|
</u-search>
|
||||||
@@ -148,6 +149,7 @@
|
|||||||
|
|
||||||
.assess-text {
|
.assess-text {
|
||||||
max-width: 300upx;
|
max-width: 300upx;
|
||||||
|
width: 300upx;
|
||||||
padding: 0 12upx;
|
padding: 0 12upx;
|
||||||
margin-top: 24upx;
|
margin-top: 24upx;
|
||||||
.assess-text-title{
|
.assess-text-title{
|
||||||
|
|||||||
Reference in New Issue
Block a user