|
|
@@ -104,8 +104,8 @@
|
|
|
<view class="title">满减规则</view>
|
|
|
<view class="item-list_box">
|
|
|
<view @tap="changeReductionRule(0)" :class="[form.reductionRule == 0 ? 'active' : '']">没有满减</view>
|
|
|
- <view @tap="changeReductionRule(1)" :class="[form.reductionRule == 1 ? 'active' : '']">用花材</view>
|
|
|
- <view @tap="changeReductionRule(2)" :class="[form.reductionRule == 2 ? 'active' : '']">用花束</view>
|
|
|
+ <view @tap="changeReductionRule(1)" :class="[form.reductionRule == 1 ? 'active' : '']">花材满减</view>
|
|
|
+ <view @tap="changeReductionRule(2)" :class="[form.reductionRule == 2 ? 'active' : '']">花束满减</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
|