需新增:添加好友页面,优化各模块页面

This commit is contained in:
cbb
2026-01-22 17:04:43 +08:00
parent 57fec30165
commit 571e91b01c
17 changed files with 223 additions and 87 deletions

View File

@@ -87,16 +87,28 @@
mode="heightFix"
class="grade"
></image>
<text v-else class="item-text">1</text>
<text v-else class="item-text">{{ index + 1 }}</text>
</view>
</uni-col>
<uni-col :span="12">
<view class="table-name">
<image
:src="item.avatar || '/static/images/public/random2.png'"
v-if="item.avatar"
:src="item.avatar"
mode="aspectFill"
class="left-icon"
></image>
<view
v-else
style="
display: flex;
align-items: center;
justify-content: center;
"
class="left-icon"
>
<uni-icons type="contact-filled" size="90rpx"></uni-icons>
</view>
<view class="name">
<text>{{ item.userName }}</text>
<text>{{ item.mobile }}</text>
@@ -119,7 +131,9 @@
@import './styles/index.scss';
.table-box {
font-family: PingFang SC, PingFang SC;
font-family:
PingFang SC,
PingFang SC;
font-style: normal;
text-transform: none;
.grade-box {