之前获取都放在getson,但是不行了,放onready也不行,获取到的history显示是null,组件显示都没有问题,但是获取不到
父组件获取子组件方法突然不行了,之前是可以的?设置了组件ID,获取组件变成空了,之前明明是可以的,不懂为什么啊 [图片] ,[图片] ,[图片]
2023-02-20没事了
为什么这样获取不到数据?循环内部能拿到,但是没有实际数据 [图片]
2023-02-03值拿到了但是样式不生效
组件传值不生效?做蒙层组件传递boolean拿不到值 [图片] ,[图片] ,[图片]
2022-11-17问题找到了虽然添加数据库的方法在跳转前面,但是跳转之前还没有完成添加导致无法动态刷新
关于wx.switchTab跳转到tabbar页面?我通过获取头像昵称,用openid创建用户信息,从登录页面(tabbar)跳转到登录页面,在跳转回来,数据添加成功,但是好像switchtab不会刷新页面,导致页面数据不同步,百度网上的方法在switchtab的成功方法回调也没有效果 [图片] [图片] [图片]
2022-04-01能成功发送,但是会报错,请问怎么解决 Error: cloud.callFunction:fail Error: errCode: -504002 functions execute fail | errMsg: TypeError: Do not know how to serialize a BigInt at JSON.stringify (<anonymous>) at callback (:20269/var/runtime/node12/CallbackContext.js:31) at :20269/var/runtime/node12/CallbackContext.js:81 at :20269/var/runtime/node12/Runtime.engine.js:237 at processTicksAndRejections (:20269/appservice/internal/process/task_queues.js:97) (callId: 1648270421746-0.8908816914399289) (trace: 12:53:41 start->12:53:42 system error (Error: errCode: -504002 functions execute fail | errMsg: TypeError: Do not know how to serialize a BigInt at JSON.stringify (<anonymous>) at callback (:20269/var/runtime/node12/CallbackContext.js:31) at :20269/var/runtime/node12/CallbackContext.js:81 at :20269/var/runtime/node12/Runtime.engine.js:237 at processTicksAndRejections (:20269/appservice/internal/process/task_queues.js:97)), abort) at on (WASubContext.js?t=wechat&s=1648259951586&v=2.19.4:2) at WASubContext.js?t=wechat&s=1648259951586&v=2.19.4:2 at WASubContext.js?t=wechat&s=1648259951586&v=2.19.4:2 at o (WASubContext.js?t=wechat&s=1648259951586&v=2.19.4:2)
subscribeMessage.send errCode: -504002报错?[图片]Error: cloud.callFunction:fail Error: errCode: -504002 functions execute fail | errMsg: TypeError: Do not know how to serialize a BigInt 调用订阅消息后测试消息可以发送成功,但是返回值报错Do not know how to serialize a BigInt,无法判断是否发送成功。 2022-05-01 解决方法:云函数的返回值不要返回result,直接返回result.errCode,就不会报错。原因是直接返回result被序列化导致报错(其实就是bug),所以返回result.errCode足以用于判断!
2022-03-26