|
@@ -5,7 +5,7 @@
|
|
|
|
|
|
|
|
<tui-list-cell class="line-cell" :hover="false">
|
|
<tui-list-cell class="line-cell" :hover="false">
|
|
|
<view class="tui-title">配送方式</view>
|
|
<view class="tui-title">配送方式</view>
|
|
|
- <button @tap="form.sendType = 3" class="admin-button-com mini-btn" :class="form.sendType == 3 ? 'blue' : 'default'">用跑腿</button>
|
|
|
|
|
|
|
+ <button @tap="form.sendType = 3" class="admin-button-com mini-btn" :class="form.sendType == 3 ? 'blue' : 'default'">跑腿送</button>
|
|
|
<button @tap="form.sendType = 2" class="admin-button-com mini-btn" style="margin-left:30upx;" :class="form.sendType == 2 ? 'blue' : 'default'">自己送</button>
|
|
<button @tap="form.sendType = 2" class="admin-button-com mini-btn" style="margin-left:30upx;" :class="form.sendType == 2 ? 'blue' : 'default'">自己送</button>
|
|
|
<button @tap="form.sendType = 1" class="admin-button-com mini-btn" style="margin-left:30upx;" :class="form.sendType == 1 ? 'blue' : 'default'">到店自取</button>
|
|
<button @tap="form.sendType = 1" class="admin-button-com mini-btn" style="margin-left:30upx;" :class="form.sendType == 1 ? 'blue' : 'default'">到店自取</button>
|
|
|
</tui-list-cell>
|
|
</tui-list-cell>
|