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) }}
+