From 4dba142cbcc4be73056164a606b76a5dd31e114d Mon Sep 17 00:00:00 2001 From: kele <1184860403@qq.com> Date: Tue, 7 Feb 2023 15:48:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=8B=BC=E5=9B=A2=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=AE=A2=E5=8D=95=E5=8F=B7=E5=8F=8A=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E5=B1=95=E7=A4=BA=EF=BC=8C=E5=95=86=E5=93=81=E5=8D=A1?= =?UTF-8?q?=E7=89=87=E6=B7=BB=E5=8A=A0=E5=9C=86=E8=A7=92=EF=BC=8C=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E5=AD=97=E6=AE=B5=E5=88=A4=E6=96=AD=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=EF=BC=8Cs-goods-item=E7=BB=84=E4=BB=B6=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E5=9C=86=E8=A7=92=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/activity/groupon/order.vue | 53 ++++++++++++------- .../components/s-goods-item/s-goods-item.vue | 9 +++- 2 files changed, 43 insertions(+), 19 deletions(-) diff --git a/pages/activity/groupon/order.vue b/pages/activity/groupon/order.vue index 6fb9ddb..74b34fc 100644 --- a/pages/activity/groupon/order.vue +++ b/pages/activity/groupon/order.vue @@ -16,12 +16,27 @@ v-for="order in state.pagination.data" :key="order.id" > + + 订单号:{{ order.my.order.order_sn }} + {{ order.status_text }} +