修复bug
This commit is contained in:
+1
-3
@@ -102,9 +102,7 @@ function getTotalDishCount(item: MerchantOrderVo) {
|
||||
}
|
||||
|
||||
function getTotalDishCountText(item: MerchantOrderVo) {
|
||||
return t('pages.order.totalItemCount', {
|
||||
count: getTotalDishCount(item),
|
||||
})
|
||||
return `${t('pages.order.totalItemCountPrefix')}${getTotalDishCount(item)}${t('pages.order.totalItemCountSuffix')}`
|
||||
}
|
||||
|
||||
function isSameCode(value: unknown, code: unknown) {
|
||||
|
||||
Reference in New Issue
Block a user