Files
hospital-rescue-app-v2/uni_modules/x-call-phone/utssdk/mp-weixin/index.uts
T
2026-09-24 16:25:22 +08:00

8 lines
124 B
Plaintext

export function makePhone(tel : string) {
wx.makePhoneCall({
phoneNumber:tel,
fail(er) {
console.error(er)
}
})
}