|
|
@@ -86,10 +86,10 @@
|
|
|
<text style="color: #3385FF;width:100%;">请跑腿送货,有配送费</text>
|
|
|
</view>
|
|
|
<view v-if="form.sendType == 3">
|
|
|
- <text style="color: #3385FF;width:100%;">发物流,默认到付</text>
|
|
|
+ <text style="color: #3385FF;width:100%;">发物流,运费到付</text>
|
|
|
</view>
|
|
|
<view v-if="form.sendType == 4">
|
|
|
- <text style="color: #3385FF;width:100%;">到付或运费另付</text>
|
|
|
+ <text style="color: #3385FF;width:100%;">运费到付或另付</text>
|
|
|
</view>
|
|
|
</tui-list-cell>
|
|
|
<tui-list-cell class="line-cell" :hover="false" :arrow="false" v-if="needAddPackCost == true">
|