- 云托管 关于订阅消息,这个案例没有问题吗?
https://developers.weixin.qq.com/miniprogram/dev/wxcloudrun/src/scene/deploy/subscribe.html [图片] 这后面不需要accesstoken吗? 云调用不也是要求从本地读取token 吗? https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/subscribe-message/subscribeMessage.send.html#method-cloud https://developers.weixin.qq.com/miniprogram/dev/wxcloudrun/src/guide/weixin/token.html 这几个地方不太一致,看的我有点晕。。。。。
2022-09-13 - 小程序 云托管 如何调用本小程序的云函数?
微信小程序的后端是云托管, 想调用本小程序的云函数 ? 没看到相关文档 。
2022-09-13 - 如何给behavior properties 传值 ?
[图片]
2022-09-11 - 组件如何向behavior 传参数?
//组件 const behavior = require('behavior') Component({ behaviors: [behavior], methods: { } }) //behavior.js module.exports = Behavior({ properties: { id: String }, data: { } }) 组件如何向behavior 传一个参数?
2022-09-11 - 转发消息,如何判断用户是真的转发了,还是中途取消?
转发button open-type = share 打开转发页面,用户有两种可能,一是选中好友确定转发,另一个是中途返回了, 如何判断用户是真的转发了,还是中途取消? [图片]
2022-09-10 - devtools was disconnted ?
https://developers.weixin.qq.com/community/minihome/doc/000ee68ca4cba0fea77eced765bc00 一路升级,还是有问题出现 ,开启skyline 调试然后就出错! [图片] [图片] 官方能给个答复吗?
2022-09-09 - bindlongpress 第一次不执行?
此问题我看有不少问的,但最终没有结论,本人与遇到类似问题 代码简单就可以复现 <view> <block wx:if="{{flag}}"> <button bindlongpress="onLongPress">test</button> </block> <block wx:elif="{{!flag}}"> <button bindlongpress="onLongPress">test222</button> </block> </view> //js data: { flag: false, }, onLongPress: function(event) { console.log(event); this.setData({ flag: !this.data.flag } } 二个按钮常按切换,发现每次按钮第一次长按都不响应onLongPress事件,都是第二次长按生效。 看了下,有很多出现过类似情况,没有看到有效答复,不知道现在这个问题怎么样了?有结论了吗?
2022-09-06 - skyline Cannot find module 'sharedMemory/shared ?
[图片] [图片] [图片] 开启了,skyline 编译报错,有没有人给解答一下,提过好多天没有人回应 ?
2022-09-02 - wxss 支持 keyframes 吗?
wxss 支持 keyframes 吗?
2022-09-01 - 开发工具升级报错?
[图片] 不忽略过不去 。 [图片] 回退还退不回去,汗! 官方没有解答 ?
2022-09-01