|
@@ -49,7 +49,7 @@
|
49
|
49
|
<span>{{userInfo.store_name}}</span>
|
50
|
50
|
</div>
|
51
|
51
|
|
52
|
|
- <div class="myDataList coupon-num">
|
|
52
|
+ <div class="myDataList coupon-num" @click="toOrder(4)">
|
53
|
53
|
优惠券数量:
|
54
|
54
|
<span>{{userInfo.card_num}}</span>
|
55
|
55
|
</div>
|
|
@@ -307,7 +307,9 @@ export default {
|
307
|
307
|
},
|
308
|
308
|
toOrder (index) {
|
309
|
309
|
let activeName = 'first'
|
310
|
|
- if (index == 3) {
|
|
310
|
+ if (index == 4) {
|
|
311
|
+ activeName = 'fourth'
|
|
312
|
+ } else if (index == 3) {
|
311
|
313
|
activeName = 'third'
|
312
|
314
|
} else if (index == 2) {
|
313
|
315
|
activeName = 'second'
|