具体报什么错?合法域名生效需要一定时间。可以等等再试试
微信小程序wx.request失败?各位大神好,我的微信小程序在执行wx.request请求服务器数据的时候fail了,但是在浏览器上是可以请求的,我的服务器也部署了ssl证书,证书是阿里云上申请的免费版证书: [图片] tomcat的servel.xml配置里也添加了如下443端口的配置: <Connector port="443" protocol="HTTP/1.1" SSLEnabled="true" scheme="https" secure="true" SSLProtocol="TLSv1+TLSv1.1+TLSv1.2" SSLCipherSuite="ECDHE-RSA-AES128-GCM-SHA256:ECDHE:ECDH:AES:HIGH:!NULL:!aNULL:!MD5:!ADH:!RC4" /> 微信小程序上也配置了合法域名: [图片] 请问为何还是request 失败呢,还需要做什么配置呢?谢谢了。
2022-10-19[图片] item.id?
为什么调用组件Src图片不显示?[图片][图片][图片][图片][图片][图片]
2022-10-19data:{ array:[1,2,3,4] } onload(){ this.changeArray(2,"test"); }, changeArray(index,value){ let array = this.data.array; array[index] = value; this.setData({ array }) }
用this.setdata给数组里某个索引里的对象修改值时报错?[图片][图片] 把this.setData注释了就不报错,求大佬救命!!!
2022-10-18用background-image,然后用不同view分割,通过css选择区域置灰。
收集卡片的效果谁有好的方案么?我想做一个卡片收集的功能 ,就是一张图片 上边会分成5规则的5部分,收到的点亮 没收集到的不亮 或者置灰 我想着是弄几张图覆盖到底图的上边, 但是这样太浪费流量了吧 一个卡需要好多张图
2022-10-18管理员扫码应该就能改吧。[图片]
小程序邮箱?小程序注册时的邮箱不能用了,怎么使用新的邮箱
2022-10-18请提供代码片段。 应该是CSS写的有问题。
自定义了顶部导航,切换自定义tabbar会上移?自定义了顶部导航,切换自定义tabbar会上移,这个有什么方法可以解决? 代码片段:https://developers.weixin.qq.com/s/TNdA16mX75DT 导航上移图片: [图片][图片] 导航上移视频:https://weddingbo-1256393015.file.myqcloud.com/2586/CaseReveal/662f9536-958f-94e3-8197-6ea7206a308e/Videos/93ade90c-1575-a779-d898-f7d4317660c4.mp4
2022-10-18大概就是:建议使用wx.chooseLocation(打开地图选择位置)或wx.choosePoi(选择位置,支持模糊定位(精确到市)和精确定位混选)实现上述场景。 只要这两个能用的场合,getlocation都不好过。
附近门店场景不能用getlocation?一直不通过 官方能说明下具体原因吗 求求了[图片] appId:wxb683fb46333723e8 求回复啊 请告知具体原因
2022-10-17啊这,看到这里就 不想买14了。
textarea弹起延迟?机型iphone14 pro textarea 弹起速度缓慢 代码用的基本就是你们的示例代码,点击最下面的使得输入框获取焦点即可复现 <view class="page-body"> <view class="page-section"> <view class="page-section-title">输入区域高度自适应,不会出现滚动条</view> <view class="textarea-wrp"> <textarea bindblur="bindTextAreaBlur" auto-height /> </view> </view> <view class="page-section"> <view class="page-section-title">这是一个可以自动聚焦的textarea</view> <view class="textarea-wrp"> <textarea auto-focus="true" style="height: 3em" /> </view> </view> <view class="section"> <form bindsubmit="bindFormSubmit"> <textarea placeholder="form 中的 textarea" name="textarea" /> <button form-type="submit"> 提交 </button> </form> </view> <view class="section"> <form bindsubmit="bindFormSubmit"> <textarea placeholder="form 中的 textarea" name="textarea" /> <button form-type="submit"> 提交 </button> </form> </view> <view class="section"> <textarea placeholder="这个只有在按钮点击的时候才聚焦" focus="{{focus}}" /> <view class="btn-area"> <button bindtap="bindButtonTap">使得输入框获取焦点</button> </view> </view> </view> //textarea.js Page({ data: { height: 20, focus: false }, bindButtonTap: function() { this.setData({ focus: true }) }, bindTextAreaBlur: function(e) { console.log(e.detail.value) }, bindFormSubmit: function(e) { console.log(e.detail.value.textarea) } })
2022-10-17QAQ 涨见识了
为什么小程序注销会出现这种情况?[图片]
2022-10-17打log确认一下有没有进入if
为什么写if判断之后,动画效果不生效?[图片] 写了个a的增加,每次上滑下滑就会触发+-,用if判断为什么不会触发动画效果
2022-10-17