shish пре 6 месеци
родитељ
комит
b8d36214f1
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      hdPad/src/pages/home/components/settlePop.vue

+ 2 - 2
hdPad/src/pages/home/components/settlePop.vue

@@ -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>