- 微信小程序使用web-view组件进行连接跳转,IOS打开正常,安卓无法打开?
微信小程序使用web-view组件进行连接跳转,IOS打开正常,安卓无法打开? 无法打开的地址:https://XXX.XXX.com.cn/cms/handbook?type=ORDINARY_MEMBER&language=cn
09-20 - 用wx.showModal调试不展示效果console打印警告 [Deprecation]如何处理?
异常信息: worker.js?libName=WAAccelerateWorker.js:1 [Deprecation] SharedArrayBuffer will require cross-origin isolation as of M92, around July 2021. See https://developer.chrome.com/blog/enabling-shared-array-buffer/ for more details. t.onmessage @ worker.js?libName=WAAccelerateWorker.js:1 代码如下: _cancelEvent() { console.log("点击了不同意") let userInfo = this.userInfo wx.showModal({ title: this.msgTransferTitle, content: this.remark, confirmText: '确认', confirmColor: '#cccccc', showCancel: true, cancelText: '取消', cancelColor: '#ff0000', success (res) { if (res.cancel) { this.displayTrasferTips() } if (res.confirm) { let isAgree = '1' //同意:0,不同意:1 MemberApi.memberMigrateConfirm({ memberId: userInfo.id, isAgree }).then(res =>{ console.log(res) if(res.data.status === 'SUCCESS'){ this.selectComponent("#threeButtonDialog").hideDialog() } this.selectComponent("#threeButtonDialog").hideDialog() }) } } }) },
2023-10-09 - 如何通过浏览器访问到小程序页面?
请问如何通过浏览器访问到小程序的页面?
2023-04-23 - 如何从小程序内部跳转到小程序外(比如H5、浏览器)?
最近遇到一个问题,在小程序内使用webview无法发起H5和JSAPI支付,但是需要从小程序跳出到H5页面发起,请各位工程师帮忙解答一下,如何实现这个需求?
2023-04-13 - 小程序内跳转到第三方应用,第三方应用发起支付请求失败,请问如何处理?
近期发现生产上的小程序内跳转到第三方应用,在第三方应用内发起支付请求失败,但是如果是体验版的话跳转到第三方应用并在应用内发起请求可以成功,请问如何处理?
2023-04-13 - 申诉通过后还不可以使用wx.getLocation功能,提示无权限要如何处理?
小程序wx.getLocation()因违规被禁用,但已经进行申诉通过,小程序后台接口管理里面仍然显示无权限,使用开发者工具提交是提示异常。
2023-02-13 - 微信小程序定位功能违规被禁用怎么解决?
微信小程序因定位功能使用位置不当,被禁用了如何申请恢复,已提交申诉。
2023-02-09