优化页面

This commit is contained in:
pengxiaolong
2025-06-09 19:18:38 +08:00
parent d30589fd05
commit c5042d08c3
811 changed files with 2799 additions and 503 deletions

View File

@@ -20,7 +20,7 @@
>
<uni-card class="card" v-for="(item, index) in pkList" :key="index">
<view class="Profile">
<image style="width: 89.12rpx; height: 89.12rpx" src="" mode="scaleToFill" />
<image :src="item.anchorIcon" style="width: 89.12rpx; height: 89.12rpx;border-radius: 72.25rpx;" mode="scaleToFill" />
</view>
<view class="Individual">
<view class="Name">{{ item.anchorId }}</view>
@@ -63,8 +63,8 @@
</view>
<view class="time">PK时间:{{ formatDate(item.pkTime) }}</view>
</view>
<view class="handle">
<!-- <view class="handle" v-if="item.status === 0"> -->
<!-- <view class="handle"> -->
<view class="handle" v-if="item.inviteStatus === 0">
<view class="recompose" @click="onRecompose(item)">
<image
style="width: 46rpx; height: 46rpx"
@@ -148,7 +148,7 @@ export default {
page: this.page,
size: 10,
},
userInfo: false,
userInfo: true,
}).then((res) => {
if (res.code == 200) {
this.pkList.push(...res.data);
@@ -170,7 +170,7 @@ export default {
data: {
id: item.id,
},
userInfo: false,
userInfo: true,
}).then((res) => {
if (res.code == 200) {
uni.showToast({