提交 1fa03f33 编写于 作者: zhangkang's avatar zhangkang

update:自定义头部样式

上级 fab8dd4a
......@@ -47,6 +47,9 @@
</#list>
</ion-buttons>
</#if>
<#if view_header_block??>
${view_header_block}
</#if>
<#-- 输出右侧工具栏左:END -->
</ion-toolbar>
</#if>
......
<#assign pullDownToRefreshLogic>
<#-- 附加刷新操作 -->
let mdctrl: any = this.$refs.mdctrl;
if (mdctrl && mdctrl.pullDownToRefresh instanceof Function) {
const response: any = await mdctrl.pullDownToRefresh();
if (response) {
$event.srcElement.complete();
}
}
</#assign>
<#assign view_header_block>
<app-common-header></app-common-header>
</#assign>
<#ibizinclude>
../@MACRO/MOBMDVIEW.vue.ftl
</#ibizinclude>
\ No newline at end of file
${P.getLayoutCode().code}
\ No newline at end of file
<#ibizinclude>
../@MACRO/VIEW.vue.ftl
</#ibizinclude>
\ No newline at end of file
VIEWTYPE=APPDEMOBMDVIEW#CUSTOMHEADER
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册