+
+
{{ order.title || t('aggregate.defaultTitle') }}
@@ -151,7 +154,7 @@ onMounted(() => {
-
+
diff --git a/src/mobile/views/aggregate/components/AggregateResultCard.vue b/src/mobile/views/aggregate/components/AggregateResultCard.vue
index c5b06db..5cea9ee 100644
--- a/src/mobile/views/aggregate/components/AggregateResultCard.vue
+++ b/src/mobile/views/aggregate/components/AggregateResultCard.vue
@@ -28,7 +28,7 @@ const props = defineProps<{
brandColor?: string
// 加载失败时的动态消息(覆盖默认标题文案)
message?: string
- // 订单摘要项(可选):异常终态时附属在副提示下方,展示订单关键信息(对齐 PC 端 summary)
+ // 订单摘要项(可选):终态时附属在副提示下方,展示订单关键信息(对齐 PC 端 summary)
summary?: Array<{ label: string, value: string }>
}>()
@@ -119,7 +119,7 @@ function handleClose() {
{{ t(meta.tipKey) }}
-
+
{{ item.label }}
@@ -185,7 +185,7 @@ function handleClose() {
line-height: 1.6;
}
-/* 订单摘要区:异常终态时附属在副提示下方,左右对齐的表格式信息(对齐 PC 端) */
+/* 订单摘要区:终态时附属在副提示下方,左右对齐的表格式信息(对齐 PC 端) */
.agg-result__summary {
width: 100%;
margin-top: 16px;
diff --git a/src/mobile/views/aggregate/douyin/Index.vue b/src/mobile/views/aggregate/douyin/Index.vue
index 26ccc0f..7c63e0e 100644
--- a/src/mobile/views/aggregate/douyin/Index.vue
+++ b/src/mobile/views/aggregate/douyin/Index.vue
@@ -120,15 +120,18 @@ onMounted(() => {
:tip-key="maskTipKey"
/>
-
-
+
+
+
+
+
-
-
+
+
{{ order.title || t('aggregate.defaultTitle') }}
@@ -151,7 +154,7 @@ onMounted(() => {
-
+
diff --git a/src/mobile/views/aggregate/union-pay/Index.vue b/src/mobile/views/aggregate/union-pay/Index.vue
index 49aa153..b33c9c3 100644
--- a/src/mobile/views/aggregate/union-pay/Index.vue
+++ b/src/mobile/views/aggregate/union-pay/Index.vue
@@ -120,15 +120,18 @@ onMounted(() => {
:tip-key="maskTipKey"
/>
-
-
+
+
+
+
+
-
-
+
+
{{ order.title || t('aggregate.defaultTitle') }}
@@ -151,7 +154,7 @@ onMounted(() => {
-
+
diff --git a/src/mobile/views/aggregate/wechat/Index.vue b/src/mobile/views/aggregate/wechat/Index.vue
index c9fd537..1b4a91e 100644
--- a/src/mobile/views/aggregate/wechat/Index.vue
+++ b/src/mobile/views/aggregate/wechat/Index.vue
@@ -123,15 +123,18 @@ onMounted(() => {
:tip-key="maskTipKey"
/>
-
-
+
+
+
+
+
-
-
+
+
{{ order.title || t('aggregate.defaultTitle') }}
@@ -154,7 +157,7 @@ onMounted(() => {
-
+