|
@@ -1,14 +1,15 @@
|
|
|
<view class="top_banner flex-row">
|
|
|
- <view class="top_banner_item flex-column" bindtap="gotoFree">
|
|
|
- <view class="t_b_i_title">免费券包</view>
|
|
|
- <view class="t_b_i_border {{type==1?'active':''}}"></view>
|
|
|
- </view>
|
|
|
|
|
|
<view class="top_banner_item flex-column" bindtap="gotoPay">
|
|
|
<view class="t_b_i_title">特惠券包</view>
|
|
|
<view class="t_b_i_border {{type==2?'active':''}}"></view>
|
|
|
</view>
|
|
|
-
|
|
|
+
|
|
|
+ <view class="top_banner_item flex-column" bindtap="gotoFree">
|
|
|
+ <view class="t_b_i_title">免费券包</view>
|
|
|
+ <view class="t_b_i_border {{type==1?'active':''}}"></view>
|
|
|
+ </view>
|
|
|
+
|
|
|
</view>
|
|
|
|
|
|
|