Browse Source

添加队首收益金额

master
mike 2 years ago
parent
commit
b400412665
  1. 1
      agentApp/pages/queuing-information/queuing-information.vue

1
agentApp/pages/queuing-information/queuing-information.vue

@ -17,6 +17,7 @@
<view class="hit-right">
购买时排队<span class="text-style">{{item.buy_queue_index}}</span> 当前<span class="text-style">{{item.now_queue_index}}</span>
</view>
<view>当前排队第一位已经获得231元收益</view>
</view>
<view class="load-more" @click="getQueueList">{{ hasMore ? '加载更多数据...' : '已加载完毕' }}</view>

Loading…
Cancel
Save