代码提交

main
gzy 2 months ago
parent 55c9b8ccc1
commit c252d66cc9

@ -13,8 +13,8 @@
0 0
}} --> }} -->
{{ {{
state.summary.secondBrokerageUserCount || state.summary.secondBrokerageUserCount ||
0 0
}} }}
</text> </text>
@ -86,7 +86,7 @@
<image :src="item.avatar" /> <image :src="item.avatar" />
</view> </view>
<view class="text"> <view class="text">
<view class="name line1">{{ item.nickname }}</view> <view class="name line1">{{ item.nickname }} {{ item.levelName }}</view>
<view> <view>
加入时间: 加入时间:
{{ sheep.$helper.timeFormat(item.brokerageTime, 'yyyy-mm-dd hh:MM:ss') }} {{ sheep.$helper.timeFormat(item.brokerageTime, 'yyyy-mm-dd hh:MM:ss') }}

Loading…
Cancel
Save