This commit is contained in:
2023-06-09 17:59:05 +08:00
parent 59b15f321d
commit 47a057b35b
237 changed files with 669 additions and 216 deletions

View File

@@ -3,7 +3,7 @@
<block v-if="logisticArr.length > 0">
<view class="top">
<view class="top-logo">
<image :src="orderExpress.cover ? orderExpress.cover : '/static/imgs/Nologistic.png'" mode="aspectFill"></image>
<image :src="orderExpress.cover ? orderExpress.cover : 'https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/0ef949b91dbe759f866465a9d2eefa84.png'" mode="aspectFill"></image>
</view>
<view class="top-cont">
<view class="top-name">
@@ -44,7 +44,7 @@
</view>
</block>
<view class="pack-center pages-hint" v-else>
<image src="/static/imgs/Nologistic.png"></image>
<image src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/0ef949b91dbe759f866465a9d2eefa84.png"></image>
<view>暂无物流信息</view>
</view>
</view>