This commit is contained in:
zhaofang
2022-11-04 18:25:53 +08:00
parent aa4c39774a
commit 74e170e7cd
2 changed files with 10 additions and 8 deletions

View File

@@ -59,7 +59,7 @@
<text>200/300</text>
<u-line-progress :showText="false" :percentage="50" activeColor="#007DFF" height="4"></u-line-progress>
</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>
</view>
</view>
@@ -92,7 +92,7 @@
</view>
<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="" style="font-weight: 600;font-size:22px;margin-top: 30px;">
<img style="width: 40px;height:40px;" src="../../static/images/toShare.png">
@@ -117,14 +117,14 @@
我收藏的
</view>
</view>
</view>
</view> -->
</view>
<!-- 学习内容模块 -->
<view class="uc-box">
<view class="uc-box-con">
<u-grid :border="false">
<u-grid-item>
<view class="one" @click="navigateTo('toMeComments')">
<view class="one" @click="navigateTo('myub')">
<view class="one-img">
<img src="../../static/images/center/myubicon.png">
</view>
@@ -144,7 +144,7 @@
</view>
</u-grid-item>
<u-grid-item>
<view class="one" @click="navigateTo('toMeComments')">
<view class="one" @click="navigateTo('rankingList')">
<view class="one-img">
<img src="../../static/images/center/rankingicon.png">
</view>
@@ -247,7 +247,7 @@
</view>
</u-grid-item>
<u-grid-item>
<view class="one" @click="navigateTo('myAssesses')">
<view class="one" @click="navigateTo('myFavorites')">
<view class="one-img">
<img src="../../static/images/center/colle.png">
</view>
@@ -257,7 +257,7 @@
</view>
</u-grid-item>
<u-grid-item>
<view class="one" @click="navigateTo('myAssesses')">
<view class="one" @click="navigateTo('myShares')">
<view class="one-img">
<img src="../../static/images/center/mycentericon.png">
</view>
@@ -267,7 +267,7 @@
</view>
</u-grid-item>
<u-grid-item>
<view class="one" @click="navigateTo('myAssesses')">
<view class="one" @click="navigateTo('toMeShares')">
<view class="one-img">
<img src="../../static/images/center/shareme.png">
</view>

View File

@@ -10,6 +10,7 @@
@search="findList(true)"
@clear="findList(true)"
placeholder="搜索"
:height="36"
v-model="keyword"
:showAction="false">
</u-search>
@@ -148,6 +149,7 @@
.assess-text {
max-width: 300upx;
width: 300upx;
padding: 0 12upx;
margin-top: 24upx;
.assess-text-title{