更新:增加订单详情功能
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user