|
|
@@ -104,7 +104,7 @@
|
|
|
<view class="title">满减规则</view>
|
|
|
<view class="item-list_box">
|
|
|
<view @tap="form.reductionRule = 0" :class="[form.reductionRule == 0 ? 'active' : '']">没有满减</view>
|
|
|
- <view @tap="form.reductionRule = 1" :class="[form.reductionRule == 1 ? 'active' : '']">用花材</view>
|
|
|
+ <view @tap="form.reductionRule = 1" :class="[form.reductionRule == 1 ? 'active' : '']">花材满减</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
@@ -141,7 +141,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="select-item_box" v-if="form.sendType == 1" style="border:3upx solid #2ECE7E;">
|
|
|
+ <view class="select-item_box" v-if="form.sendType == 1" style="border:2upx solid #2ECE7E;border-radius:4upx;padding:5upx;">
|
|
|
<view class="title" style="margin-top:8upx;">取货状态</view>
|
|
|
<view class="item-list_box">
|
|
|
<view :key="item.id" @tap="changeGetGoods(item.id)" v-for="item in getGoodsList" :class="[form.getGoods===item.id?'active':'']"> {{item.name}} </view>
|