1
This commit is contained in:
parent
4fb53ffbae
commit
b1a6f00aaa
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user