获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
- Donut多端开发中已经开启未登录模式,依然无法获取openid是什么原因?
[图片] [图片][图片]
2023-09-16 - 云开发日期范围查询,在iphone上不能正常执行
db.collection('pushformid') .where({ _openid: wx.getStorageSync("openid"), createdAt: _.gt(new Date(startdate)), // 大于等于(一定要是日期格式) }).count({ success(res) { var total = res.total; console.log("当前订阅数量=" + total); if (total > 0) { that.setData({ count: total }) } } }) 在android手机上查询正常,在iOS设备上无法正常执行 测试通过云函数去查询,同样存在该问题
2019-01-11