shish 7 месяцев назад
Родитель
Сommit
912a70a510

+ 5 - 1
ghsPad/src/pages/home/components/settlePop.vue

@@ -18,7 +18,11 @@
 
             <view class="select-item_box" v-if="form.sendType == 2">
                 <view v-if="openIntraCity == 1" class="delivery-section">
-                    <!-- 客户地址 -->
+
+                    <view class="select-item_box">
+                        <view class="title" style="font-size:16upx;font-weight:bold;color:#3385FF;">{{ custom.name||'' }}</view>
+                    </view>
+
                     <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">

+ 3 - 0
hdPad/src/pages/home/components/settlePop.vue

@@ -37,6 +37,9 @@
             </view>
             <view class="select-item_box" v-if="form.sendType == 2">
                 <view v-if="openIntraCity == 1" class="delivery-section">
+                    <view class="select-item_box">
+                        <view class="title" style="font-size:16upx;font-weight:bold;color:#2ECE7E;">{{ custom.name||'' }}</view>
+                    </view>
                     <!-- 客户地址 -->
                     <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>