提交 a0c29e17 编写于 作者: KK's avatar KK

界面报错

上级 1b1c04cc
......@@ -22,7 +22,7 @@
<ion-item @click="${ctrl.name}_click({ tag: '${toolbarItem.name}' }, $event)">
<app-mob-button
iconName="<#if toolbarItem.isShowIcon()><#if toolbarItem.getPSSysImage()??> <@setIcon item /><#else>reorder-four-outline</#if></#if>"
:text="<#if toolbarItem.isShowCaption()><#if langbase??>$t('${langbase}.${toolbarItem.name}.caption')<#else>'${toolbarItem.getCaption()}'</#if></#if>"
<#if toolbarItem.isShowCaption()><#if langbase??>:text="$t('${langbase}.${toolbarItem.name}.caption')"<#else>text='${toolbarItem.getCaption()}'</#if></#if>
className="app-view-toolbar-button" />
</ion-item>
</#list>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册