修复bug
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user