电话需要是字符串形式的,如果是数字的参数,需要先转为字符串,that.phone.toString()
。
uni.makePhoneCall({
phoneNumber: '114' //仅为示例
});
电话需要是字符串形式的,如果是数字的参数,需要先转为字符串,that.phone.toString()
。
uni.makePhoneCall({
phoneNumber: '114' //仅为示例
});