Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
我再h5页面开发没问题的,但是在转成小程序出现了没有React的错误 原因是我再jsx中使用了这样的代码
let label = <label>{data['name']}</label>;