From e6aa5f29ed5c01f124903bbfca7e3c20f3f55baf Mon Sep 17 00:00:00 2001 From: tangxinyue <524779910@qq.com> Date: Mon, 27 Apr 2026 09:19:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BA=AC=E4=B8=9C=E8=B4=AD?= =?UTF-8?q?=E7=89=A9=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../shopping/jingdong/shopping-card.vue | 83 ++++++++- main.js | 14 +- .../shopping/jingdong/add-order/add-order.vue | 2 +- .../jingdong/add-waimai/add-waimai.vue | 2 +- pages/shopping/jingdong/json/order.json | 2 +- pages/shopping/jingdong/list-index.vue | 18 +- .../jingdong/order-detail/order-detail.vue | 166 ++++++++++++++---- .../waimai-order-detail.vue | 8 +- .../image/shopping/jingdong/detail/help.png | Bin 802 -> 769 bytes .../jingdong/product/shopping/iphone.png | Bin 8584 -> 7517 bytes static/image/shopping/jingdong/waimai.png | Bin 2358 -> 1973 bytes 11 files changed, 232 insertions(+), 63 deletions(-) diff --git a/components/shopping/jingdong/shopping-card.vue b/components/shopping/jingdong/shopping-card.vue index 1ff0168..ae17725 100644 --- a/components/shopping/jingdong/shopping-card.vue +++ b/components/shopping/jingdong/shopping-card.vue @@ -3,8 +3,14 @@ - 自营 - 外卖 + + + + {{ item.shopName }} @@ -72,7 +78,8 @@ - - {{ bottomText }} - - 立即支付¥69 - - - - {{ btn }} + + + {{ bottomText }} + + 立即支付¥69 + + + + {{ btn }} + + @@ -458,7 +481,7 @@