|
@@ -41,13 +41,13 @@
|
41
|
41
|
</div>
|
42
|
42
|
</div>
|
43
|
43
|
<div class="Count flex-h">
|
44
|
|
- <span class="flex-item" v-if="item.customerBetting.lotteryId !== 'football' && item.customerBetting.lotteryId !== 'basketball'"><em>1</em>注<em>1</em>倍<em>2.00</em>牛币</span>
|
|
44
|
+ <span class="flex-item" v-if="item.customerBetting.lotteryId !== 'football' && item.customerBetting.lotteryId !== 'basketball'"><em>{{item.customerBetting.notesNum}}</em>注<em>{{item.customerBetting.bettingTimes}}</em>倍<em>{{item.customerBetting.totalPrice}}</em>牛币</span>
|
45
|
45
|
<span class="flex-item" v-else>{{item.customerBetting.notesNum}}注{{item.customerBetting.totalPrice}}牛币</span>
|
46
|
|
- <span v-if="item.customerBetting.lotteryId !== 'football' && item.customerBetting.lotteryId !== 'basketball'">第{{item.customerBetting.issueNo}}期</span>
|
47
|
46
|
<span>{{ToolClass.DateFormat(item.customerBetting.createDate)}}</span>
|
48
|
47
|
</div>
|
49
|
48
|
</div>
|
50
|
49
|
<div class="Time flex-h">
|
|
50
|
+ <span v-if="item.customerBetting.lotteryId !== 'football' && item.customerBetting.lotteryId !== 'basketball'">第{{item.customerBetting.issueNo}}期</span>
|
51
|
51
|
<span class="flex-item"></span>
|
52
|
52
|
<router-link :to="{ name: 'DingDanXiangQing', query: {id: item.orderId} }">查看详情</router-link>
|
53
|
53
|
</div>
|