|
@@ -244,15 +244,15 @@
|
|
|
<tui-list-cell class="line-cell" :hover="false" :arrow="false">
|
|
<tui-list-cell class="line-cell" :hover="false" :arrow="false">
|
|
|
<view class="tui-title">配送方式</view>
|
|
<view class="tui-title">配送方式</view>
|
|
|
<button
|
|
<button
|
|
|
- style="margin-right: 16upx; height: 70upx; line-height: 46upx"
|
|
|
|
|
|
|
+ style="margin-right: 6upx; height: 70upx; line-height: 46upx"
|
|
|
@tap="setSendType(0)"
|
|
@tap="setSendType(0)"
|
|
|
class="admin-button-com mini-btn"
|
|
class="admin-button-com mini-btn"
|
|
|
:class="form.sendType == 0 ? 'blue' : 'default'"
|
|
:class="form.sendType == 0 ? 'blue' : 'default'"
|
|
|
>
|
|
>
|
|
|
- 配送
|
|
|
|
|
|
|
+ 自配送
|
|
|
</button>
|
|
</button>
|
|
|
<button
|
|
<button
|
|
|
- style="margin-right: 16upx; height: 70upx; line-height: 46upx"
|
|
|
|
|
|
|
+ style="margin-right: 6upx; height: 70upx; line-height: 46upx"
|
|
|
@tap="setSendType(1)"
|
|
@tap="setSendType(1)"
|
|
|
class="admin-button-com mini-btn"
|
|
class="admin-button-com mini-btn"
|
|
|
:class="form.sendType == 1 ? 'blue' : 'default'"
|
|
:class="form.sendType == 1 ? 'blue' : 'default'"
|
|
@@ -260,7 +260,7 @@
|
|
|
自取
|
|
自取
|
|
|
</button>
|
|
</button>
|
|
|
<button
|
|
<button
|
|
|
- style="margin-right: 16upx; height: 70upx; line-height: 46upx"
|
|
|
|
|
|
|
+ style="margin-right: 6upx; height: 70upx; line-height: 46upx"
|
|
|
@click="setSendType(2)"
|
|
@click="setSendType(2)"
|
|
|
class="admin-button-com mini-btn"
|
|
class="admin-button-com mini-btn"
|
|
|
:class="form.sendType == 2 ? 'blue' : 'default'"
|
|
:class="form.sendType == 2 ? 'blue' : 'default'"
|
|
@@ -336,7 +336,7 @@
|
|
|
<tui-list-cell class="line-cell" :hover="false" :arrow="false">
|
|
<tui-list-cell class="line-cell" :hover="false" :arrow="false">
|
|
|
<view class="tui-title title-reduction">满减规则</view>
|
|
<view class="tui-title title-reduction">满减规则</view>
|
|
|
<button @tap="form.reductionRule = 0" class="admin-button-com mini-btn btn-reduction" :class="form.reductionRule == 0 ? 'active' : 'default'">没有满减</button>
|
|
<button @tap="form.reductionRule = 0" class="admin-button-com mini-btn btn-reduction" :class="form.reductionRule == 0 ? 'active' : 'default'">没有满减</button>
|
|
|
- <button @tap="form.reductionRule = 1" class="admin-button-com mini-btn btn-reduction" :class="form.reductionRule == 1 ? 'active' : 'default'">用花材</button>
|
|
|
|
|
|
|
+ <button @tap="form.reductionRule = 1" class="admin-button-com mini-btn btn-reduction" :class="form.reductionRule == 1 ? 'active' : 'default'">花材满减</button>
|
|
|
</tui-list-cell>
|
|
</tui-list-cell>
|
|
|
<tui-list-cell class="line-cell" :hover="false" :arrow="false">
|
|
<tui-list-cell class="line-cell" :hover="false" :arrow="false">
|
|
|
<view class="tui-title">运费</view>
|
|
<view class="tui-title">运费</view>
|
|
@@ -1642,8 +1642,7 @@ export default {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.delivery-section {
|
|
.delivery-section {
|
|
|
- border: 1upx solid #80B3FF;
|
|
|
|
|
- box-shadow: 0 0 12upx #6ba3f8;
|
|
|
|
|
|
|
+ border: 4upx solid #80B3FF;
|
|
|
margin: 8upx 20upx;
|
|
margin: 8upx 20upx;
|
|
|
border-radius: 8upx;
|
|
border-radius: 8upx;
|
|
|
}
|
|
}
|