- uniapp多端项目转官方donut多端?微信开发者工具无法加载Android studio的模拟器
按照官方文档,本地已经配置好了Android环境 也重启了微信开发者工具 但是微信开发者工具里还是加载不出Android studio的模拟器 没法进行模拟真机调试,只能用官方的多端应用调试,很不方便 求大佬指点一下 [图片] [图片]
10-11 - 微信开发者工具,app真机调试无法加载模拟器?
[图片] 按照官方文档,本地已经配置好了Android环境 也重启了微信开发者工具 但是微信开发者工具里还是加载不出Android studio的模拟器 没法进行模拟真机调试,只能用官方的多端应用调试,很不方便 求大佬指点一下
10-08 - 用户无法使用信用卡付款
微信商户jsapi开通了,开发也对接成功,用户支付无法用信用卡付款,这个怎么回事
06-18 - 小程序怎么不能申请新建消息模板了?
[图片][图片] 都没有新建模板的地方,急急急
2022-12-24 - 微信同声传译一直报错please wait recognition finished?
<view> <u-button class="mic" icon="mic" shape="circle" type="primary" color="#155192" @touchstart="streamRecord" @touchend="endStreamRecord">长按说话</u-button> </view> onShow() { this.initRecord() }, streamRecord: function() { setTimeout(function(){ manager.start({ lang: 'zh_CN', }) },500) }, endStreamRecord: function() { let _that = this uni.hideLoading() manager.stop() }, initRecord: function() { uni.authorize({ scope: 'scope.record', success(res) { console.log(res) } }) //有新的识别内容返回,则会调用此事件 manager.onRecognize = (res) => { console.log(res, "onrec") let text = res.result this.currentText = text } manager.onStart = () => { uni.showLoading({ title: "正在说话" }) } // 识别结束事件 manager.onStop = (res) => { let text = res.result if (text == '') { return } this.currentText = text let re = /[\u3002|\uff1f|\uff01|\uff0c|\u3001|\uff1b|\uff1a|\u201c|\u201d|\u2018|\u2019|\uff08|\uff09|\u300a|\u300b|\u3008|\u3009|\u3010|\u3011|\u300e|\u300f|\u300c|\u300d|\ufe43|\ufe44|\u3014|\u3015|\u2026|\u2014|\uff5e|\ufe4f|\uffe5]/g; text = text.replace(re, ""); this.getBusinessList(text) } manager.onError = function(res) { console.log("error msg", res) } }, 每次进页面,按住button录音都不行,一直报错,要等大概一分钟的样子,插件才生效 急死了,有没有大佬指点一下
2022-12-08 - 急急急,接口获取小商店商品列表,返回数据为空?
https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/business-capabilities/ministore/minishopopencomponent/API/spu/get_spu_list.html [图片] [图片]
2022-06-14 - 接口返回空数据
https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/business-capabilities/ministore/minishopopencomponent/API/spu/get_spu_list.html 获取小商店商品列表返回空数据 [图片] [图片]
2022-06-13 - redirect_uri域名还是与后台配置不一致?
官方给的解决办法就一个,去公众号的的功能设置里把域名配置正确就行了 但是!!!!!!!我这里明明配置正确了的,并且网页链接的地址域名也是正确的,就是不行,是还要去开放平台的应用里修改域名吗
2022-03-15 - 单页同时发起多个api数据请求,有数量限制吗?
[图片] 我这里总共有十几个数据请求,但是页面始终只执行10条请求,这个怎么回事,昨天都是好好的,今天就不行了
2021-09-02 - 单页同时发起多个api数据请求,有数量限制吗?
[图片] 我这里总共有十几个数据请求,但是页面始终只执行10条请求,这个怎么回事,昨天都是好好的,今天就不行了
2021-09-02