From 56b77a075ae0110e48004ebf7208fb262fa4704b Mon Sep 17 00:00:00 2001
From: "1054425342@qq.com" <1054425342@qq.com>
Date: Mon, 18 Aug 2025 11:16:29 +0800
Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E9=80=BB=E8=BE=91=E5=88=A4?=
=?UTF-8?q?=E6=96=AD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
subPackages/orderQy/detail.vue | 139 ++++++++++++++++++++++++++++-----
subPackages/orderQy/list.vue | 10 ++-
2 files changed, 127 insertions(+), 22 deletions(-)
diff --git a/subPackages/orderQy/detail.vue b/subPackages/orderQy/detail.vue
index 11603dd..0cd5bbc 100644
--- a/subPackages/orderQy/detail.vue
+++ b/subPackages/orderQy/detail.vue
@@ -38,14 +38,27 @@
{{ goods.goodsTitle || "-" }}
- {{ goods.skuName || "-" }}
+ {{
+ goods.skuName || "-"
+ }}
{{ getGoodsTypeName(goods.type) }}
数量:{{ goods.num || 1 }}
-
-
- {{item.specValueOne}} / {{item.specValueTwo}}
-
-
+
+
+ {{ item.specValueOne }} / {{ item.specValueTwo }}
+
+
-
+
+
+
+
+
+
+
@@ -88,7 +123,9 @@
权益码:
- {{ orderDetail.activeCode }}
+ {{
+ orderDetail.activeCode
+ }}
@@ -85,6 +82,7 @@
{{ getActionBtnText(goods.type) }}
+