diff --git a/components/shopping/jingdong/shopping-card.vue b/components/shopping/jingdong/shopping-card.vue index 055472d..1f8321e 100644 --- a/components/shopping/jingdong/shopping-card.vue +++ b/components/shopping/jingdong/shopping-card.vue @@ -4,58 +4,101 @@ 自营 - JD + 外卖 + {{ item.shopName }} - + {{ item.statusDesc }} - {{ item.status }} + {{ + item.status }} - + + + + + + - + {{ item.trackingTitle }} + + 预计{{ item.trackingTitle }} 可送达 + {{ item.trackingDesc }} {{ item.trackingTime }} - + - - - - {{ item.title }} - {{ item.desc }} - - {{ tag }} + + + + + - {{ item.price }} + {{ item.price || (item.products && item.products[0] && + item.products[0].price) }} - 共{{ item.count }}件 + 共{{ + item.count || (item.products && item.products[0] && item.products[0].count) }}件 - + + + - + 更多 - {{ btn.text }} {{ btn.badge }} @@ -88,7 +149,7 @@ \ No newline at end of file diff --git a/static/image/shopping/jingdong/waimai-logo.png b/static/image/shopping/jingdong/waimai-logo.png new file mode 100644 index 0000000..6c3a93e Binary files /dev/null and b/static/image/shopping/jingdong/waimai-logo.png differ