获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
这个是template部分[图片]
为什么wx.getUserProfile报如下错误?我使用wx.getUserProfile来代替之前的<button open-type="getUserInfo"></button> [图片] 下面这个是代码: [图片] [图片]
2021-10-16我遇到一样的报错,但是我并没有用到setData,而且百度出来的原因都说是setData的错,怎么回事
setData调用修改输出出现问题this.setData({'judge[current]':true}); 以此句进行修改值,会报错 Error: Only digits (0-9) can be put inside [] in the path string: judge[current] 但实际上current变量,为整型,打印出来的值为0 this.setData({'judge[0]':true}); 而把current直接以0代替,就不会有问题。 想请教一下各位大佬这是怎么回事?难道是在setData里不用以变量作为索引值???
2021-09-25我把文件导入vscode编辑器,运行微信开发者工具后就出现这个错了,在vscode编辑器那里搜索,没有搜到app.js文件
app.js错误:TypeError :function.prototype.apply...?app.js错误:TypeError: Function.prototype.apply was called on WeakMap.prototype.get, which is a string and not a function。 [图片]
2021-04-21