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).
一些资讯内容通过编辑器保存到数据库,需要在前台展示时数据无法正常渲染,请问大神该怎么处理 WX20200309-073553@2x.png
Dom结构正常来说就不应该存放在后端数据库中(排除富文本等特殊情况), 如果是富文本,则可以直接使用RichText组件
另外,大写的Text和Image代表组件,组件在最终编译为HTML以后是不存在的,所以即使你使用富文本,也应该传入编译以后的实际dom,而不是用由组件构成的抽象dom