数据库里必须有'_openid'字段值,此时该openid用户才可以update成功。
云数据库 update更新字段失败云数据库可以get到数据,update返回ok,但是数据库的值却没有更新,哪位有知道原因吗?
2019-11-29是的,onload里需要在异步操作(await语法前)前进行setData操作,才可以在onshow中拿到data里的值
在onShow里获取不到this.data数据? SOS 急!!直接上代码截图 [图片] [图片] onShow 里orderinfo 打印出来为空对象,其他函数里获取orderinfo有数据。
2019-08-26这里需要调用注意服务号消息发送接口时的access_token必须用服务号的appid,appsecret来生成token,而不是小程序的。然后必须要在服务号后台设置ip白名单里添加自己的发起请求所在的外网ip。
api unauthorized hint调用公众号模板消息推送 https://api.weixin.qq.com/cgi-bin/message/template/send 提示异常 {"errcode":48001,"errmsg":"api unauthorized hint: [BAGv0a0323vr30!]"} 获取token: https://api.weixin.qq.com/cgi-bin/token 但是这个token 调用https://api.weixin.qq.com/cgi-bin/message/wxopen/template/send?access_token 这个服务消息推送是可以的???? 接口也已经授权了????
2019-08-26同样遇到这个问题,场景是在用wepy中自定义顶部导航栏时(navigationStyle: custom),usingComponents引用的组件报这个错误。组件是用原生的Component写的,引用路径几种都尝试过了,组件内也写了export default class ,config里的component为true。腾讯小程序+wepy,真是顶级开发体验。
自定义组件提示路径找不到Component is not found使用自定义组件,一直提示: jsEnginScriptError Component is not found in path "components/loading/loading" (using by "pages/store/index") Error: Component is not found in path "components/loading/loading" (using by "pages/store/index") 检查路径和名称都是正确符合规范的,但是一直提示这个问题,求解。 [图片]
2019-08-09