修复bug

This commit is contained in:
2026-06-05 17:15:06 +08:00
parent 068b09d272
commit 7503ac4f42
15 changed files with 118 additions and 99 deletions
+1 -3
View File
@@ -129,9 +129,7 @@ const orderTotalItemCount = computed(() => {
})
const orderTotalItemCountText = computed(() => {
return t('pages.order.totalItemCount', {
count: orderTotalItemCount.value,
})
return `${t('pages.order.totalItemCountPrefix')}${orderTotalItemCount.value}${t('pages.order.totalItemCountSuffix')}`
})
const orderTotalPrice = computed(() => {