这个问题解决了么?一直卡在这里解决不了
获取开票平台标识码s_pappid为什么总是报40001错误?自建平台模式开电子票,调用获取s_pappid接口(https://api.weixin.qq.com/card/invoice/seturl?access_token=…… )总是报40001错误,错误提示信息显示access_token非法。但是我的access_token是没有问题的,调用其它接口(如发送模板消息)都是正常的。是哪里出了问题,请赐教!
2022-10-01利用elementmatch 和regexp套用就行 [图片]
小程序云开发数据库怎么按照数组中对象的某个元素查询?[图片] 集合名:table,查询条件:buyTime='2020-04-29 14:15:05',上图中buyerInfo是一个数组,怎么根据buyTime查询出图中标红的这条数据?
2022-05-24解决了吗?这个事情卡了一天了。。
自定义tabbar为什么切换页面时要点击两次才切换图标?我已经在每个tabbar对应页面加入了这个[图片]也没用,下面是组件的js文件 Component({ data: { selected: 0, "color": "#868686", "selectedColor": "#2929C7", "list": [{ "pagePath": "/pages/index/index", "iconPath": "/images/slices/组 780.png", "selectedIconPath": "/images/slices/组 797.png", "text": "监测" }, { "pagePath": "/pages/record/record", "text": "记录", "iconPath": "/images/slices/组 806.png", "selectedIconPath": "/images/slices/reduce.png" }, { "pagePath": "/pages/my/my", "text": "我的", "iconPath": "/images/slices/组件 7 – 13.png", "selectedIconPath": "/images/slices/组件 7 – 15.png" }] }, attached() { }, methods: { switchTab(e) { let that = this const data = e.currentTarget.dataset const url = data.path wx.switchTab({ url }) that.setData({ selected: data.index }) console.log(data.index); } } })
2022-05-05