diff --git a/src/mobile/views/code-pay/shared/CodePayResultCard.vue b/src/mobile/views/code-pay/shared/CodePayResultCard.vue new file mode 100644 index 0000000..27991d2 --- /dev/null +++ b/src/mobile/views/code-pay/shared/CodePayResultCard.vue @@ -0,0 +1,288 @@ + + + + + diff --git a/src/mobile/views/code-pay/shared/CodePayShell.vue b/src/mobile/views/code-pay/shared/CodePayShell.vue index b65cde3..9668c93 100644 --- a/src/mobile/views/code-pay/shared/CodePayShell.vue +++ b/src/mobile/views/code-pay/shared/CodePayShell.vue @@ -8,6 +8,7 @@ import { computed, ref, unref } from 'vue' import { useI18n } from 'vue-i18n' import { useDesignSetting } from '@/shared/hooks/setting/useDesignSetting' +import CodePayResultCard from './CodePayResultCard.vue' defineOptions({ name: 'CodePayShell' }) @@ -169,47 +170,21 @@ function onPay() { '--brand-action-text': effectiveActionText, }" > - -
-
- -
- -
- {{ t('codePay.paySuccess') }} -
-
- ¥{{ displayAmount }} -
-
-
- - {{ t('codePay.merchantDefault') }} - {{ merchantName }} -
-
- - {{ t('codePay.orderNo') }} - {{ orderNo }} -
-
- - - {{ t('codePay.closePage') }} - -
+ +
+ + +