- addMarkers 调用新增的 Label 是否支持背景色渐变? 或者能增加背景图吗?
label: { padding: 10, width: 150, borderWidth: 1, borderRadius: 8, anchorX: -75, anchorY: -90, color: '#fff', bgColor: "#958A85", content: `${res.result.address.length > 10 ? res.result.address.slice(0, 7) + '...' : res.result.address}` } 这个有没有bgImage 或者 background 的字段呀? 需要label 加个渐变的背景
10-10 - uni.onSocketMessage 返回是[object ArrayBuffer] ?
//监听收到消息 uni.onSocketMessage((res) => { console.log('收到服务器内容:' + res.data) }) 长连接监听返回的数据是 收到服务器内容:[object ArrayBuffer] 这个是什么情况呀
10-07 - navigateTo:fail timeout ? 超时是怎么回事
Error: MiniProgramError {"errMsg":"navigateTo:fail timeout"} at Object.errorReport (WAServiceMainContext.js?t=wechat&s=1728265919612&v=3.5.8:1) at Function.thirdErrorReport (WAServiceMainContext.js?t=wechat&s=1728265919612&v=3.5.8:1) at Object.thirdErrorReport (WAServiceMainContext.js?t=wechat&s=1728265919612&v=3.5.8:1) at i (WASubContext.js?t=wechat&s=1728265919612&v=3.5.8:1) at Object.cb (WASubContext.js?t=wechat&s=1728265919612&v=3.5.8:1) at q._privEmit (WASubContext.js?t=wechat&s=1728265919612&v=3.5.8:1) at q.emit (WASubContext.js?t=wechat&s=1728265919612&v=3.5.8:1) at WASubContext.js?t=wechat&s=1728265919612&v=3.5.8:1 at n (WASubContext.js?t=wechat&s=1728265919612&v=3.5.8:1) at $e (WASubContext.js?t=wechat&s=1728265919612&v=3.5.8:1)(env: Windows,mp,1.06.2407110; lib: 3.5.8) 主页面跳转至分包报这个
10-07 - 小程序一次性订阅以授权成功 服务端请求返回43101 是什么情况?
在小程序内授权是通过的,但是发送订阅消息的请求时候是43101用户拒绝 User refuse to accept the message,这个是因为我用的体验版和开发版去授权的吗?求解答! [图片]
2023-07-20