|
|
@@ -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;
|