|
|
@@ -40,15 +40,19 @@
|
|
|
<tui-list-cell class="line-cell" :hover="false" :arrow="false" >
|
|
|
<button v-if="account != 4805" class="admin-button-com big" :class="[form.sendType == 2 ? 'blue' : 'default']" style="width:180upx;border:none;" @click="changeSendType(2)">代叫跑腿</button>
|
|
|
<button class="admin-button-com big" :class="[form.sendType == 1 ? 'blue' : 'default']" style="width:180upx;border:none;" @click="changeSendType(1)">到店自取</button>
|
|
|
- <button v-if="account != 4805" class="admin-button-com big" :class="[form.sendType == 0 ? 'blue' : 'default']" style="width:180upx;border:none;" @click="changeSendType(0)">免费送货</button>
|
|
|
+ <button v-if="account != 4805 || account != 4609" class="admin-button-com big" :class="[form.sendType == 0 ? 'blue' : 'default']" style="width:180upx;border:none;" @click="changeSendType(0)">送货上门</button>
|
|
|
</tui-list-cell>
|
|
|
|
|
|
<tui-list-cell class="line-cell" :hover="false" :arrow="false">
|
|
|
<view v-if="form.sendType == 0">
|
|
|
- <text style="color: #3385FF;width:100%;">在本店配送范围的,免配送货上门。首次下单,请联系客服确认是否在配送范围</text>
|
|
|
+ <text style="color: #3385FF;width:100%;">
|
|
|
+ 在本店配送范围的,免配送货上门。首次下单,请联系客服确认是否在配送范围
|
|
|
+ </text>
|
|
|
</view>
|
|
|
<view v-if="form.sendType == 1">
|
|
|
- <text v-if="account == 4805" style="color: #3385FF;width:100%;">需要送货上门,运费另付,下单后请联系客服</text>
|
|
|
+ <text v-if="account == 4805" style="color: #3385FF;width:100%;">
|
|
|
+ 需要送货上门,运费另付,下单后请联系客服
|
|
|
+ </text>
|
|
|
<text v-else style="color: #3385FF;width:100%;">到店取货,没有配送费</text>
|
|
|
</view>
|
|
|
<view v-if="form.sendType == 2">
|