问题模块 框架类型 问题类型 操作系统 操作系统版本 手机型号 微信版本
客户端 微信小程序 Bug Android OxygenOS 5.1.5 Android 8.1.0 ONEPLUS A500 6.6.7
- 当前 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 });
}
})
代码片段
onLoad(){ this.setData({ user_id: undefined }); }
微信小程序开发问题解答
微信小程序开发者回答:
你好,请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
本文网址:http://www.91bianli.com/kaifazhinan/77593.html