shish 6 months ago
parent
commit
2a1265d67d

+ 2 - 2
ghsApp/src/admin/billing/affirm.vue

@@ -322,8 +322,8 @@
                       </scroll-view>
                     </view>
                     <view v-else class="empty-quotes-view">
+                      <text v-if="$util.isEmpty(customInfo.long) || $util.isEmpty(customInfo.lat) || $util.isEmpty(customInfo.address)" @click.stop="updateCustomAddress()">请先修改客户地址</text>
                       <text>正在获取运费...</text>
-                      <!-- <text class="error-tips">上面地址缺失或有问题,请修改</text> -->
                     </view>
                   </tui-list-cell>
                   <tui-list-cell class="line-cell" :hover="false">
@@ -1652,7 +1652,7 @@ export default {
     border-radius: 8upx;
 }
 .empty-quotes-view {
-    height: 450upx;
+    height: 50upx;
     display: flex;
     flex-direction: column;
     justify-content: center;

+ 1 - 1
ghsApp/src/components/delivery-input/remark-input.vue

@@ -41,7 +41,7 @@ export default {
     },
     placeholder: {
       type: String,
-      default: '请填写配送备注'
+      default: '这里写跑腿备注'
     },
     modalTitle: {
       type: String,