WangHuapeng
Results
1
issues of
WangHuapeng
#### 实现场景: 我想实现amis渲染器的schema从data数据域获取 #### 存在的问题: 从数据域获取后,amis无法正确渲染 #### 当前方案: 请粘贴你当前方案的完整 amis schema 代码... 以下两种代码都失败。 代码1-失败-使用对象: ``` { "type": "page", "data" : { "content" : { "type": "tpl", "tpl": "amis render" }...