shish il y a 7 mois
Parent
commit
2db31e0aad

+ 1 - 1
ghsPad/src/components/TimePicker.vue

@@ -2,7 +2,7 @@
   <uni-popup ref="popup" type="center" :safe-area="false">
     <view class="time-picker-container">
       <view class="picker-header">
-        <text class="title">期望取件时间</text>
+        <text class="title">取件时间</text>
         <view class="close-btn" @click="close">
           <zui-svg-icon icon="general-close" :width="18" :height="18" color="#666" />
         </view>

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

@@ -23,7 +23,7 @@
                         <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;">
-                                地址不完整,请手机修改
+                                地址不完整,请打开手机修改
                             </view>
                             <view v-else>
                                 <view class="addr-main">{{ custom.address }}</view>

+ 1 - 1
hdPad/src/components/TimePicker.vue

@@ -2,7 +2,7 @@
   <uni-popup ref="popup" type="center" :safe-area="false">
     <view class="time-picker-container">
       <view class="picker-header">
-        <text class="title">期望取件时间</text>
+        <text class="title">取件时间</text>
         <view class="close-btn" @click="close">
           <zui-svg-icon icon="general-close" :width="18" :height="18" color="#666" />
         </view>