1
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
export function makePhone(tel : string) {
|
||||
wx.makePhoneCall({
|
||||
phoneNumber:tel,
|
||||
fail(er) {
|
||||
console.error(er)
|
||||
}
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user