diff --git a/agentApp/pages/queuing-information/queuing-information.vue b/agentApp/pages/queuing-information/queuing-information.vue index 1a1ab47..27a48de 100644 --- a/agentApp/pages/queuing-information/queuing-information.vue +++ b/agentApp/pages/queuing-information/queuing-information.vue @@ -8,16 +8,19 @@ }"> - - - - {{item.merchant.name}} + + + + + {{item.merchant.name}} + + + + 购买时排队{{item.buy_queue_index}} ,当前{{item.now_queue_index}} - - 购买时排队{{item.buy_queue_index}} ,当前{{item.now_queue_index}} - - 当前排队第一位已经获得231元收益 + 当前排队第一位已经获得{{ item.first_queue_got }}元收益 {{ hasMore ? '加载更多数据...' : '已加载完毕' }} @@ -86,7 +89,7 @@ display: flex; justify-content: space-between; align-items: center; - border-bottom: 1rpx solid #eee; + //border-bottom: 1rpx solid #eee; .hit-left { font-size: 24rpx; @@ -95,8 +98,8 @@ } .hit-right { - height: 130rpx; - line-height: 130rpx; + height: 60rpx; + line-height: 60rpx; font-size: 24rpx; color: #666; } @@ -109,12 +112,17 @@ } } + .first-got { + margin-bottom: 30rpx; + font-size: 24rpx; + } + .u-border-bottom, .u-border-top { border-color: #eee !important; } } - + .load-more { text-align: center; font-size: 14px;