体验官修改
This commit is contained in:
@@ -3,12 +3,12 @@
|
||||
<view class="orderTab-item {{couponType == 1 ? 'active' : ''}}" bindtap="tabClick" data-type="1">
|
||||
<text>1瓶</text>
|
||||
</view>
|
||||
<view class="orderTab-item {{couponType == 2 ? 'active' : ''}}" bindtap="tabClick" data-type="2">
|
||||
<!-- <view class="orderTab-item {{couponType == 2 ? 'active' : ''}}" bindtap="tabClick" data-type="2">
|
||||
<text>2瓶</text>
|
||||
</view>
|
||||
<view class="orderTab-item {{couponType == 3 ? 'active' : ''}}" bindtap="tabClick" data-type="3">
|
||||
<text>3瓶</text>
|
||||
</view>
|
||||
</view> -->
|
||||
</view>
|
||||
<view class="orderState">
|
||||
<view class="orderState-item {{couponStatus == 1 ? 'active' : ''}}" bindtap="stateClick" data-status="1">
|
||||
|
||||
Reference in New Issue
Block a user