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