From 57d239dc3d32c9d6b55474eac14c5c162e1b3760 Mon Sep 17 00:00:00 2001 From: Linzm <1015157648@qq.com> Date: Mon, 4 Aug 2025 10:06:41 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BE=BE=E4=BA=BA=E8=AE=A2=E5=8D=95=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components.d.ts | 1 - src/views/badge/orderDetail.vue | 16 ++++++++++++++++ tsconfig.json | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/components.d.ts b/components.d.ts index ae92c0c..ef24a60 100644 --- a/components.d.ts +++ b/components.d.ts @@ -22,7 +22,6 @@ declare module '@vue/runtime-core' { Tensorflow: typeof import('./src/components/arFrame/tensorflow.vue')['default'] VanActionSheet: typeof import('vant/es')['ActionSheet'] VanAddressEdit: typeof import('vant/es')['AddressEdit'] - VanArea: typeof import('vant/es')['Area'] VanDivider: typeof import('vant/es')['Divider'] VanField: typeof import('vant/es')['Field'] VanIcon: typeof import('vant/es')['Icon'] diff --git a/src/views/badge/orderDetail.vue b/src/views/badge/orderDetail.vue index 174e214..8cb84d6 100644 --- a/src/views/badge/orderDetail.vue +++ b/src/views/badge/orderDetail.vue @@ -20,6 +20,22 @@
+
+
收货信息
+
+
+ 收货人信息 + {{order.contact_name}} {{order.contact_mobile}} +
+
+ 收货地址 + {{order.province_name}} {{order.city_name}} {{order.county_name}} {{order.address}} +
+
+
+
+ +
产品信息
diff --git a/tsconfig.json b/tsconfig.json index d7fe9f6..7a319fc 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -21,7 +21,7 @@ "noUnusedLocals": true, "noImplicitAny": false, "skipLibCheck": true, - "verbatimModuleSyntax": true + "importsNotUsedAsValues": "preserve" }, "include": [ "src/App.vue",