webviewScriptError Expect END descriptor
- 当前 Bug 的表现(可附上截图)
进入该页面,开发者工具会报错:
Fri Oct 12 2018 11:37:38 GMT+0800 (CST) 渲染层错误
VM8767:2 Error: Expect END descriptor with depth 0 but get another
真机会会报错,导致 data 数据异常
webviewScriptError Expect END descriptor with depth 0 but get another Error: Expect END descriptor with depth 0 but get another
- 预期表现
没有该错误
- 复现路径
- 提供一个最简复现 Demo
Page({
onLoad(){
this.setData({ user_id: undefined });
}
})
1 回复
你好,请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。