修复:解决测试发现的问题
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { t } from '@/utils/i18n'
|
||||
/**
|
||||
* 页面跳转
|
||||
*/
|
||||
@@ -7,10 +8,17 @@ export const onPageJump = (path: string) => {
|
||||
})
|
||||
}
|
||||
|
||||
/**
|
||||
* 页面返回
|
||||
*/
|
||||
export const onPageBack = () => {
|
||||
uni.navigateBack()
|
||||
}
|
||||
|
||||
/**
|
||||
* 拨打电话
|
||||
*/
|
||||
export const makePhoneCall = (phoneNumber: string, title: string, t: Function) => {
|
||||
export const makePhoneCall = (phoneNumber: string, title: string) => {
|
||||
uni.showModal({
|
||||
title: title,
|
||||
content: phoneNumber,
|
||||
|
||||
Reference in New Issue
Block a user