- 关于隐私保护指引接入中,隐私同意按钮支持与手机号快速验证组件、手机号实时验证组件耦合使用的疑问?
在官方文档(https://developers.weixin.qq.com/miniprogram/dev/framework/user-privacy/PrivacyAuthorize.html)最新内容中包含如下一段: [图片] 示例代码: <!-- page.wxml --> <button id="agree-btn1" open-type="getPhoneNumber|agreePrivacyAuthorization" bindgetphonenumber="handleGetPhoneNumber" bindagreeprivacyauthorization="handleAgreePrivacyAuthorization">同意隐私协议并授权手机号</button> <button id="agree-btn2" open-type="getRealtimePhoneNumber|agreePrivacyAuthorization" bindgetrealtimephonenumber="handleGetRealtimePhoneNumber" bindagreeprivacyauthorization="handleAgreePrivacyAuthorization">同意隐私协议并授权手机号</button> <button id="agree-btn3" open-type="getUserInfo|agreePrivacyAuthorization" bindgetuserinfo="handleGetUserInfo" bindagreeprivacyauthorization="handleAgreePrivacyAuthorization">同意隐私协议并获取头像昵称信息</button> 请问: 1.按照如上简便方式进行整改,就无需自己实现隐私弹窗了吧?用户点击按钮默认已经同意隐私协议? 2.使用这种接入方式,按钮的文案必须是 “同意隐私协议并授权手机号”这种么?
2023-09-07 - recycle-view的item必须固定宽高吗?[直播讨论区长列表场景]
我们在一个直播类小程序中包含讨论区,而讨论区的数据是实时追加的,当节点过多时,scroll-view会有明显卡顿,所以想使用recycle-view重构,看到文档说recycle-view的每个item必须固定宽高,可我们的每条聊天记录时不定宽高的,不知还能否支持?或者大家有没有类似直播讨论区的场景优化方案呢?
2020-08-18 - 询问审核时间
您好 因为我们的小程序希望尽快上线给用户使用,目前提审了一天半没有动静,不知需要多久能通过审核呀?
2018-12-11