wx.addPhoneContact 添加通讯录时 iOS13手机号码加不进?
Android10没有问题,ios不行
addPhone: function () {
let that=this;
// 添加到手机通讯录
wx.addPhoneContact({
firstName: that.data.uname,//联系人姓名
mobilePhoneNumber: that.data.tel,//联系人手机号
})
},