Open leaf188 opened 2 weeks ago
采用service组件schemaApi渲染alert组件,在6.9.0下不显示,之前的6.8.0版本正常。
amis 版本是什么?请先在最新 beta 版本测试问题是否存在 jdk 6.9.0
粘贴有问题的完整 amis schema 代码: schemaApi 返回以下json数据
amis schema
{ "data": { "body": [ { "inline": false, "tpl": "<p>抱歉!你没有权限。</p><ul style=\"list-style-type: circle;\"><li><a href=\"mailto:user@domain.com\">userName</a></li></ul>", "type": "tpl", "wrapperComponent": "" } ], "className": "mb-3", "level": "warning", "showCloseButton": true, "showIcon": true, "title": "提醒", "type": "alert" }, "msg": "", "status": 0 }
👍 Thanks for this! 🏷 I have applied any labels matching special text in your issue.
Please review the labels and make any necessary changes.
确实,6.9有问题,这种形式写alert不会显示。
父页面加个隐藏的alert子页面就会显示了
描述问题:
采用service组件schemaApi渲染alert组件,在6.9.0下不显示,之前的6.8.0版本正常。
amis 版本是什么?请先在最新 beta 版本测试问题是否存在 jdk 6.9.0
粘贴有问题的完整
amis schema
代码: schemaApi 返回以下json数据