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> <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>

View File

@@ -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{