|
|
@@ -19,7 +19,7 @@
|
|
|
<view class="select-item_box" v-if="form.sendType == 2">
|
|
|
<view v-if="openIntraCity == 1" class="delivery-section">
|
|
|
<!-- 客户地址 -->
|
|
|
- <view class="select-item_box" style="display: flex; align-items: center; border-bottom:1upx solid #eee; margin-bottom:3upx;">
|
|
|
+ <view class="select-item_box" style="display: flex; align-items: center; border-bottom:1upx solid #eee; margin-bottom:5upx;padding-bottom:5upx;">
|
|
|
<view class="title">客户地址</view>
|
|
|
<view class="address-box">
|
|
|
<view v-if="$util.isEmpty(custom.long) || $util.isEmpty(custom.lat) || $util.isEmpty(custom.address)" class="addr-main" style="color: red; font-size: 14upx;font-weight:bold;">
|