From 153406f5583acad5ac2f8646868c06716e4e28ec Mon Sep 17 00:00:00 2001 From: gcd Date: Fri, 27 Jun 2025 23:05:21 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=AE=A2=E5=8D=95=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/order/order-info.vue | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pages/order/order-info.vue b/pages/order/order-info.vue index 57c828d..82a53a9 100644 --- a/pages/order/order-info.vue +++ b/pages/order/order-info.vue @@ -72,10 +72,6 @@ 客户地址 {{helpers.removeCommas(data.order_info.area.merge_name)}}{{ data.order_info.address }} - - 订单详情 - {{data.order_info.detail ? data.order_info.detail : '暂无详情'}} - 图片 @@ -85,7 +81,7 @@ - 平台备注 + 订单备注 {{data.order_info.remark ? data.order_info.remark : '无备注信息'}}