Browse Source

默认展示发货明细,封面加载失败改为暂无封面

xiaohaizhao 1 year ago
parent
commit
085a133820
2 changed files with 2 additions and 2 deletions
  1. 1 1
      packageA/shipment/detail.js
  2. 1 1
      packageA/shipment/modules/delivery/index.wxml

+ 1 - 1
packageA/shipment/detail.js

@@ -4,7 +4,7 @@ Page({
     data: {
         loading: true,
         sa_logisticsid: null,
-        tabsActive: 0,
+        tabsActive: 2,
         tabsList: [{
             label: "详细信息",
             icon: "icon-tabchanpin"

+ 1 - 1
packageA/shipment/modules/delivery/index.wxml

@@ -9,7 +9,7 @@
 		<view class="image">
 			<van-image width="100%" height="100%" fit="cover" src="{{item.cover||12321}}" use-loading-slot use-error-slot lazy-load>
 				<van-loading slot="loading" type="spinner" size="20" vertical />
-				<text slot="error">加载失败</text>
+				<text slot="error">暂无封面</text>
 			</van-image>
 		</view>
 		<view class="content">