mlzboy
mlzboy
  • 发布:2020-08-18 12:18
  • 更新:2020-08-18 15:49
  • 阅读:553

【报Bug】钉钉小程序的rich-text组件的解析不正确

分类:uni-app

产品分类: uniapp/小程序/阿里

PC开发环境操作系统: Windows

PC开发环境操作系统版本号: win10

HBuilderX类型: 正式

HBuilderX版本号: 2.8.6

第三方开发者工具版本号: 1

基础库版本号: 1

项目创建方式: HBuilderX

操作步骤:

<rich-text nodes="{{[{name:'div', attrs:{style:'color: green;'},children: [{type: 'text',text: 'rich text'}]}]}}"></rich-text>

预期结果:

<rich-text nodes="{{[{name:'div', attrs:{style:'color: green;'},children: [{type: 'text',text: 'rich text'}]}]}}"></rich-text>

实际结果:

<rich-text nodes="{{[{name:'div', attrs:{style:'color: green;'},children: [{type: 'text',text: 'rich text'}]}]}}"></rich-text>

bug描述:

<rich-text nodes="{{[{name:'div', attrs:{style:'color: green;'},children: [{type: 'text',text: 'rich text'}]}]}}"></rich-text>

2020-08-18 12:18 负责人:无 分享
已邀请:
jxtian

jxtian

为了快速定位问题,请描述清楚问题,提供一下可复现的示例工程

该问题目前已经被锁定, 无法添加新回复