更新:增加订单详情功能

This commit is contained in:
2025-11-28 18:03:13 +08:00
parent 0e7952ac4e
commit bdf1b41098
13 changed files with 392 additions and 55 deletions

View File

@@ -21,7 +21,7 @@ export const onPageBack = () => {
* @param {string} phoneNumber - 要拨打的电话号码
* @param {string} title - 拨打电话提示的标题,默认值为空字符串
*/
export const makePhoneCall = (phoneNumber: string, title: string = '') => {
export const makePhoneCall = (phoneNumber: string, title: string = t('global.call')) => {
uni.showModal({
title: title,
content: phoneNumber,