MicroMessenger/8.0.47.2560(0x28002FDF) 版本又出现问题了,复现机型: ELS-AN00 OXF-AN00 MicroMessenger/8.0.47.2560(0x28002F35) 以及之前版本没有这个问题。
wx.request请求服务器, 如果服务端下发多个Set-Cookie会导致cookie错误https://developers.weixin.qq.com/miniprogram/dev/api/network/request/wx.request.html 这是服务端下发的Response [图片] wx.request 返回的 response.header['Set-Cookie']结果如下 JSESSIONID=6D9A6F819C765192BB22224EFF383891; Path=/api; HttpOnly,user_token=637780ebdbaf677625a1c061833a965fdd366431219fae14ce3xxxxxxf8d5; Domain=.gelonghui.com; Expires=Sat, 20-Mar-2021 17:40:45 GMT; Path=/ 如果用Nodejs常用的cookie模块解析如下 [图片] user_token 变成了HttpOnly,user_token
02-26我这里还有固定接口超时,其他接口正常的情况。你说是服务器问题吧,服务器都没握手请求过去 errMsg: request:fail timeout, errno: 5
小程序wx.request 请求出现大量超时现象appid: wxaf35009675aa0b2a 请求域名:https://pay.udache.com 接口请求超时比率:0.7%左右 wx.request 超时返回值如下几种类型 { "errMsg": "request:fail timeout" } { "errno": 5, "errMsg": "request:fail fail:time out" } { "errno": 600001, "errMsg": "request:fail errcode:-101 cronet_error_code:-101 error_msg:net::ERR_CONNECTION_RESET" } { "errMsg": "request:fail -7:net::ERR_TIMED_OUT" }
2023-12-25用组合动画实现 <view animation="{{translateY}}"> <view animation="{{translateX}}"></view> </view> this.translateX = wx.createAnimation({ duration: 300, timingFunction: 'linear', }); this.translateY = wx.createAnimation({ duration: 300, timingFunction: 'ease-in', }); this.translateX.translateX(100).step(); this.translateY.translateY(100).step(); this.setData({ translateX: this.translateX.export(), translateY: this.translateY.export(), }); ## 参考https://www.zhangxinxu.com/wordpress/2018/08/css-css3-%E6%8A%9B%E7%89%A9%E7%BA%BF%E5%8A%A8%E7%94%BB/ [图片]
小程序动画不能使用自定义贝塞尔曲线?如图,是不是不能使用自定义的贝赛尔曲线?这样的话需要节点位置等信息的动画很难做啊[图片]
2023-04-25[图片] 我要是微信团队的我都懒得回
macbook升级10.15系统打不开项目 读取project.config.json 失败?[图片] 工具版本:[图片] 补充下:权限给了 [图片]
2021-05-26