小程序
小游戏
企业微信
微信支付
扫描小程序码分享
https://developers.weixin.qq.com/miniprogram/dev/framework/user-privacy/PrivacyAuthorize.html
能不能简单说一下步骤,需要哪些……
5 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
参考这篇:https://developers.weixin.qq.com/community/develop/article/doc/000ca864fa092893d040b419c61413
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
全在你自己发的链接里了。
唯有死磕。
主要是看一下这里面的这些api你有没有用到:https://developers.weixin.qq.com/miniprogram/dev/framework/user-privacy/miniprogram-intro.html 用到了,就把微信的demo拷贝到你的小程序中,然后简单修改一下
按照文档仔细理解一下,看不懂也得看,这个不改会影响小程序功能的。官方提供了多个DEMO,自己运行体验下。
demo1: 演示使用 wx.getPrivacySetting 和 <button open-type="agreePrivacyAuthorization"> 在首页处理隐私弹窗逻辑 https://developers.weixin.qq.com/s/gi71sGm67hK0
wx.getPrivacySetting
<button open-type="agreePrivacyAuthorization">
demo2: 演示使用 wx.onNeedPrivacyAuthorization 和 <button open-type="agreePrivacyAuthorization"> 在多个页面处理隐私弹窗逻辑,同时演示了如何处理多个隐私接口同时调用。 https://developers.weixin.qq.com/s/hndZUOmA7gKn
wx.onNeedPrivacyAuthorization
demo3: 演示 wx.onNeedPrivacyAuthorization、wx.requirePrivacyAuthorize、<button open-type="agreePrivacyAuthorization"> 和 <input type="nickname"> 组件如何结合使用 https://developers.weixin.qq.com/s/jX7xWGmA7UKa
wx.requirePrivacyAuthorize
<input type="nickname">
demo4: 演示使用 wx.onNeedPrivacyAuthorization 和 <button open-type="agreePrivacyAuthorization"> 在多个 tabBar 页面处理隐私弹窗逻辑 https://developers.weixin.qq.com/s/g6BWZGmt7XK9
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
参考这篇:https://developers.weixin.qq.com/community/develop/article/doc/000ca864fa092893d040b419c61413
全在你自己发的链接里了。
唯有死磕。
主要是看一下这里面的这些api你有没有用到:https://developers.weixin.qq.com/miniprogram/dev/framework/user-privacy/miniprogram-intro.html 用到了,就把微信的demo拷贝到你的小程序中,然后简单修改一下
按照文档仔细理解一下,看不懂也得看,这个不改会影响小程序功能的。官方提供了多个DEMO,自己运行体验下。
demo1: 演示使用
wx.getPrivacySetting
和<button open-type="agreePrivacyAuthorization">
在首页处理隐私弹窗逻辑 https://developers.weixin.qq.com/s/gi71sGm67hK0demo2: 演示使用
wx.onNeedPrivacyAuthorization
和<button open-type="agreePrivacyAuthorization">
在多个页面处理隐私弹窗逻辑,同时演示了如何处理多个隐私接口同时调用。 https://developers.weixin.qq.com/s/hndZUOmA7gKndemo3: 演示
wx.onNeedPrivacyAuthorization
、wx.requirePrivacyAuthorize
、<button open-type="agreePrivacyAuthorization">
和<input type="nickname">
组件如何结合使用 https://developers.weixin.qq.com/s/jX7xWGmA7UKademo4: 演示使用
wx.onNeedPrivacyAuthorization
和<button open-type="agreePrivacyAuthorization">
在多个 tabBar 页面处理隐私弹窗逻辑 https://developers.weixin.qq.com/s/g6BWZGmt7XK9