修改BUG
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user