|
|
@@ -41,7 +41,7 @@
|
|
|
<div class="box-con-right">
|
|
|
<p class="box-con-tit">{{ cardCaseInfo.name }}</p>
|
|
|
<div class="box-con-today">
|
|
|
- <p>卡盒选号: {{ item.groupCode + item.boxCode }}</p>
|
|
|
+ <p>卡盒选号: {{ item.groupCode + '-' + item.boxCode }}</p>
|
|
|
</div>
|
|
|
<div class="box-con-money">
|
|
|
<div class="box-con-num">
|
|
|
@@ -169,7 +169,7 @@ export default {
|
|
|
console.log(res);
|
|
|
this.total = res.total;
|
|
|
this.store = res.store;
|
|
|
- console.log(this.store);
|
|
|
+ // console.log(this.store);
|
|
|
this.Boxes = res.selectedBoxes;
|
|
|
this.postage = res.selectedCase.postage;
|
|
|
// console.log(this.postage);
|