修改BUG

This commit is contained in:
cbb
2026-01-15 17:22:20 +08:00
parent 220b12e945
commit cfdc2ea7b0
24 changed files with 569 additions and 83 deletions

View File

@@ -21,7 +21,6 @@
onLoad(() => {
getData()
})
</script>
<template>
@@ -93,13 +92,13 @@
<uni-col :span="12">
<view class="table-name">
<image
src="/static/images/public/random2.png"
mode="aspectFit"
:src="item.avatar || '/static/images/public/random2.png'"
mode="aspectFill"
class="left-icon"
></image>
<view class="name">
<text>名字</text>
<text>158****98874</text>
<text>{{ item.userName }}</text>
<text>{{ item.mobile }}</text>
</view>
</view>
</uni-col>
@@ -149,6 +148,7 @@
.left-icon {
width: 64rpx;
height: 64rpx;
border-radius: 64rpx;
margin-right: 8rpx;
}
.name {