- wx.editImage在企微小程序中失效?
api:wx.editImage问题:在企微小程序中使用该api,报 wx.editImage is not a function ,想问问有没有解决方案
2022-09-13 - addPhoneContact接口苹果11手机失效?
wx.addPhoneContact微信版本:8.0.26 wx.getSetting({ success(res) { if (!res.authSetting['scope.addPhoneContact']) { wx.showModal({ title: '通讯录授权', content: '请打开通讯录权限,否则无法正常提供功能使用', success:(res) => { if (res.confirm) { wx.authorize({ scope: 'scope.addPhoneContact', success() { wx.addPhoneContact({ firstName: name, mobilePhoneNumber:phone, organization:companyName, email, workAddressState:arr[0], workAddressCity:arr[1], workAddressStreet:addres }) } }) } else if (res.cancel) { wx.showToast({ title: '授权失败', }) } }, }) } else { wx.addPhoneContact({ firstName: name, mobilePhoneNumber:phone, organization:companyName, email, workAddressState:arr[0], workAddressCity:arr[1], workAddressStreet:addres }) } } })
2022-07-25 - 设置转发信息为私密信息后,a分享给b,b是不能分享出去还是b分享出去,其他人点击链接进不来?
wx.updateShareMenu({ activityId: activity_id, withShareTicket: true, isPrivateMessage: true })
2022-07-21