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

选择多数据调整

上级 84d93abd
<div class="view-container app-mob-pickup-mdview ${srffilepath2(view.getCodeName())}<#if view.getPSSysCss()??><#assign singleCss=view.getPSSysCss()> ${singleCss.getCssName()}</#if>">
<div class="view-content">
<#if view.hasPSControl('mdctrl')>
${P.getCtrlCode('mdctrl', 'CONTROL.html').code}
</#if>
</div>
</div>
\ No newline at end of file
<#if view.hasPSControl('mdctrl')>
<#ibizinclude>
../@MACRO/MOB_MD_VIEW.vue.ftl
</#ibizinclude>
</#if>
<#ibizinclude>
../@MACRO/VIEW_LAYOUT_BASE.ftl
</#ibizinclude>
\ No newline at end of file
<#assign isScroll = true>
<#assign scroll_block>
let ionScroll :any= this.$refs.ionScroll;
if(ionScroll){
let ele = await ionScroll.getScrollElement();
if(ele){
let scrollTop = ele.scrollTop;
let clientHeight = ele.clientHeight;
let scrollHeight = ele.scrollHeight;
if(scrollHeight > clientHeight && scrollTop + clientHeight === scrollHeight){
let mdctrl:any = this.$refs.mdctrl;
if(mdctrl && mdctrl.loadBottom && this.$util.isFunction(mdctrl.loadBottom)){
mdctrl.loadBottom();
}
}
}
}
</#assign>
<#ibizinclude>
../@MACRO/LAYOUTPANEL_VIEW.template.ftl
</#ibizinclude>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册