This commit is contained in:
DESKTOP-GMUNQ1B\k 2024-03-05 17:10:52 +08:00
parent 4fb53ffbae
commit b1a6f00aaa

View File

@ -35,7 +35,7 @@
<view class="scrollView-wrap">
<block v-for="(item,index) in list" :key="index">
<view class="table-con">
<view class="table-con-cell">{{item.real_name}}</view>
<view class="table-con-cell">{{item.real_name || '-'}}</view>
<view class="table-con-cell">{{item.uid}}</view>
<view class="table-con-cell">{{item.status == 0?'未入驻':'已入驻'}}</view>
<view class="table-con-cell red">{{item.buy_amount}}</view>