|
@@ -19,36 +19,36 @@
|
19
|
19
|
<div class="Res">
|
20
|
20
|
<div class="Num flex-h">
|
21
|
21
|
<div class="Icon">
|
22
|
|
- <img v-if="item.customerBetting.lotteryId === 'double-color'" src="../../../assets/img/icon5.png" class="centerLabel contain" alt="">
|
23
|
|
- <img v-if="item.customerBetting.lotteryId === 'lottery'" src="../../../assets/img/icon4.png" class="centerLabel contain" alt="">
|
24
|
|
- <img v-if="item.customerBetting.lotteryId === 'p5'" src="../../../assets/img/icon2.png" class="centerLabel contain" alt="">
|
25
|
|
- <img v-if="item.customerBetting.lotteryId === 'p3'" src="../../../assets/img/icon7.png" class="centerLabel contain" alt="">
|
26
|
|
- <img v-if="item.customerBetting.lotteryId === 'football'" src="../../../assets/img/icon3.png" class="centerLabel contain" alt="">
|
27
|
|
- <img v-if="item.customerBetting.lotteryId === 'basketball'" src="../../../assets/img/icon6.png" class="centerLabel contain" alt="">
|
|
22
|
+ <img v-if="item.lotteryId === 'double-color'" src="../../../assets/img/icon5.png" class="centerLabel contain" alt="">
|
|
23
|
+ <img v-if="item.lotteryId === 'lottery'" src="../../../assets/img/icon4.png" class="centerLabel contain" alt="">
|
|
24
|
+ <img v-if="item.lotteryId === 'p5'" src="../../../assets/img/icon2.png" class="centerLabel contain" alt="">
|
|
25
|
+ <img v-if="item.lotteryId === 'p3'" src="../../../assets/img/icon7.png" class="centerLabel contain" alt="">
|
|
26
|
+ <img v-if="item.lotteryId === 'football'" src="../../../assets/img/icon3.png" class="centerLabel contain" alt="">
|
|
27
|
+ <img v-if="item.lotteryId === 'basketball'" src="../../../assets/img/icon6.png" class="centerLabel contain" alt="">
|
28
|
28
|
</div>
|
29
|
|
- <span v-if="item.customerBetting.lotteryId === 'double-color'">双色球</span>
|
30
|
|
- <span v-if="item.customerBetting.lotteryId === 'lottery'">大乐透</span>
|
31
|
|
- <span v-if="item.customerBetting.lotteryId === 'p5'">排列5</span>
|
32
|
|
- <span v-if="item.customerBetting.lotteryId === 'p3'">排列3</span>
|
33
|
|
- <span v-if="item.customerBetting.lotteryId === 'football'">足球</span>
|
34
|
|
- <span v-if="item.customerBetting.lotteryId === 'basketball'">篮球</span>
|
|
29
|
+ <span v-if="item.lotteryId === 'double-color'">双色球</span>
|
|
30
|
+ <span v-if="item.lotteryId === 'lottery'">大乐透</span>
|
|
31
|
+ <span v-if="item.lotteryId === 'p5'">排列5</span>
|
|
32
|
+ <span v-if="item.lotteryId === 'p3'">排列3</span>
|
|
33
|
+ <span v-if="item.lotteryId === 'football'">足球</span>
|
|
34
|
+ <span v-if="item.lotteryId === 'basketball'">篮球</span>
|
35
|
35
|
<div class="flex-item">
|
36
|
|
- <ul v-if="item.customerBetting.lotteryId === 'lottery' || item.customerBetting.lotteryId === 'double-color'">
|
37
|
|
- <li v-for="(subItem, subIndex) in item.customerBetting.bettingPlan.itemList[0].firstNums.split(',')" :key="`First-${subIndex}`">{{subItem}}</li>
|
38
|
|
- <li class="active" v-for="(subItem, subIndex) in item.customerBetting.bettingPlan.itemList[0].secondNums.split(',')" :key="`Sec-${subIndex}`">{{subItem}}</li>
|
|
36
|
+ <ul v-if="item.lotteryId === 'lottery' || item.lotteryId === 'double-color'">
|
|
37
|
+ <li v-for="(subItem, subIndex) in item.planItems[0].firstNums.split(',')" :key="`First-${subIndex}`">{{subItem}}</li>
|
|
38
|
+ <li class="active" v-for="(subItem, subIndex) in item.planItems[0].secondNums.split(',')" :key="`Sec-${subIndex}`">{{subItem}}</li>
|
39
|
39
|
</ul>
|
40
|
|
- <span v-if="item.customerBetting.lotteryId === 'football' || item.customerBetting.lotteryId === 'basketball'">{{item.customerBetting.planName}} 预计奖金:{{item.customerBetting.expectedEarning}}</span>
|
|
40
|
+ <span v-if="item.lotteryId === 'football' || item.lotteryId === 'basketball'">{{item.planName}} 预计奖金:{{item.expectedEarning}}</span>
|
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>{{item.customerBetting.notesNum}}</em>注<em>{{item.customerBetting.bettingTimes}}</em>倍<em>{{item.customerBetting.totalPrice}}</em>牛币</span>
|
45
|
|
- <span class="flex-item" v-else>{{item.customerBetting.notesNum}}注{{item.customerBetting.totalPrice}}牛币</span>
|
46
|
|
- <span>{{ToolClass.DateFormat(item.customerBetting.createDate)}}</span>
|
|
44
|
+ <span class="flex-item" v-if="item.lotteryId !== 'football' && item.lotteryId !== 'basketball'"><em>{{item.notesNum}}</em>注<em>{{item.bettingTimes}}</em>倍<em>{{item.totalPrice}}</em>牛币</span>
|
|
45
|
+ <span class="flex-item" v-else>{{item.notesNum}}注{{item.totalPrice}}牛币</span>
|
|
46
|
+ <span>{{ToolClass.DateFormat(item.createDate)}}</span>
|
47
|
47
|
</div>
|
48
|
48
|
</div>
|
49
|
49
|
<div class="Time flex-h">
|
50
|
|
- <span v-if="item.customerBetting.lotteryId !== 'football' && item.customerBetting.lotteryId !== 'basketball'">第{{item.customerBetting.issueNo}}期</span>
|
51
|
|
- <span class="flex-item">下单人:{{item.customerBetting.customerName}}</span>
|
|
50
|
+ <span v-if="item.lotteryId !== 'football' && item.lotteryId !== 'basketball'">第{{item.issueNo}}期</span>
|
|
51
|
+ <span class="flex-item">下单人:{{item.customerName}}</span>
|
52
|
52
|
<router-link :to="{ name: 'DingDanXiangQing', query: {id: item.orderId} }">查看详情</router-link>
|
53
|
53
|
</div>
|
54
|
54
|
</li>
|