diff --git a/pages.json b/pages.json index 9cda11e..9969a46 100644 --- a/pages.json +++ b/pages.json @@ -87,6 +87,13 @@ "navigationBarTitleText": "淘宝购物外卖订单列表", "navigationStyle": "custom" } + }, + { + "path": "taobao/shopping-order-detail/shopping-order-detail", + "style": { + "navigationBarTitleText": "淘宝购物详情页", + "navigationStyle": "custom" + } } ] }, @@ -303,18 +310,16 @@ } }, { - "path" : "silkBanner/silkBanner", - "style" : - { - "navigationBarTitleText" : "锦旗", + "path": "silkBanner/silkBanner", + "style": { + "navigationBarTitleText": "锦旗", "navigationStyle": "custom" } }, { - "path" : "certificate/index", - "style" : - { - "navigationBarTitleText" : "证书", + "path": "certificate/index", + "style": { + "navigationBarTitleText": "证书", "navigationStyle": "custom" } } diff --git a/pages/shopping/jingdong/json/order.json b/pages/shopping/jingdong/json/order.json index def4bfe..5c43cf5 100644 --- a/pages/shopping/jingdong/json/order.json +++ b/pages/shopping/jingdong/json/order.json @@ -961,7 +961,7 @@ { "id": "70085b84-5e10-4ece-a971-9242e19b47de", "shopType": "self", - "shopName": "路易威登京东官方旗舰店", + "shopName": "路易威登官方旗舰店", "status": "正在出库", "trackingTitle": "仓库处理中", "trackingDesc": "预计明天9:00-15:00送达", diff --git a/pages/shopping/taobao/components/list-card/list-card.vue b/pages/shopping/taobao/components/list-card/list-card.vue index b60f60e..2bedc34 100644 --- a/pages/shopping/taobao/components/list-card/list-card.vue +++ b/pages/shopping/taobao/components/list-card/list-card.vue @@ -1,6 +1,6 @@