- 今天突然有大量用户申请体验成员,不知道哪里找来的体验二维码,为什么会出现这种想象?
想问下为什么会出现这么多申请者,我们的体验二维码只有开发能用,也没有发给别人过
03-25 - textarea 组件时而无法输入问题?
<textarea name="evaContent" maxlength="{{max}}" value="{{conten}}" class="textarea" placeholder="请输入内容" bindinput="inputs"> <text class="hint">{{texts}}</text> <text class="{{currentWordNumber==150?'currentWordNumber':'num'}}">{{currentWordNumber|0}}/{{max}}</text> </textarea> 微信小程序textarea 中在部分手机输入文字复制,输不进去,字数也不统计了,但是删除一个字后,又可以输入了字数统计也可以了,
03-20 - 请问微信小程序中如何分享当前页,并在分享的路径中传递参数?
使用一下方法,没有任何效果 onShareAppMessage:function(){ return{path:'pages/index/index?share=1'} }
2023-11-29 - 公众号嵌套H5页面,页面中 密码 调起安全键盘 导致页面底部出现留白,为什么?
公众号嵌套H5页面,页面中 密码 调起安全键盘 导致页面底部出现留白,为什么,如何解决?
2023-10-12 - 公众号中嵌入h5系统,左上角tab关闭按钮可以换成返回按钮吗?
[图片]左侧的叉叉关闭按钮还有title,可以在h5页面自定义吗?
2023-09-06 - 小程序中引入的插件中使用的隐私接口要怎么处理?
小程序中引入的插件中使用的隐私接口要怎么处理,需要在插件中添加隐私政策吗?
2023-08-29 - wx.authorize({scope: 'scope.bluetooth'})到底是不是隐私接口?
https://developers.weixin.qq.com/miniprogram/dev/framework/user-privacy/miniprogram-intro.html 有时候文档中没有,有的文档中有,到底以哪个为准,wx.authorize({scope: 'scope.bluetooth'})到底是不是隐私接口?调用前需不需要先同意隐私政策?
2023-08-28 - wx.authorize({ scope: 'scope.bluetooth'))是隐私接口吗?
wx.authorize({ scope: 'scope.bluetooth'))是隐私接口吗?为什么有的文档是有的不是,并且在使用wx.authorize({ scope: 'scope.bluetooth'))的组件中使用 attached: function() { wx.onNeedPrivacyAuthorization(resolve => { this.setData({ showPrivacy: true }) this.resolvePrivacyAuthorization = resolve }) },并没有弹出隐私政策弹框,为什么?
2023-08-28 - this.resolvePrivacyAuthorization is not a functio?
wx.onNeedPrivacyAuthorization触发了,但是在点击同意的时候 this.resolvePrivacyAuthorization({buttonId:'agree-btn',event:'agess'})报错this.resolvePrivacyAuthorization is not a functio?是怎么回事?
2023-08-28 - 调用wx.getPrivacySetting,开发者工具不报错,真机报错?
开发者工具不报错,手机调试报错:MiniProgramError wx.getPrivacySetting is not a function TypeError: wx.getPrivacySetting is not a function at getPrivacySetting (pages/pages/index/index.js:18:8) at ui.<anonymous> (WASubContext.js:1:441969) at ui.c.__callPageLifeTime__ (WASubContext.js:1:441762) at (WASubContext.js:1:452688) at (WASubContext.js:1:417595) at (WASubContext.js:1:453137) at (WASubContext.js:1:417595) at (WASubContext.js:1:458289) at (WASubContext.js:1:417595) at Function.or (WASubContext.js:1:458955)
2023-08-28