提交 85a0f8ef 编写于 作者: Mosher's avatar Mosher

update:更新

上级 cce0a1cd
......@@ -410,11 +410,11 @@
<#assign afterMountedBlock>
_this.isLayoutLoadding = false;
<#if view.getPSAppViewEngines()??>
_this.engineInit();
_this.engineInit();
</#if>
if (_this.loadModel && _this.loadModel instanceof Function) {
_this.loadModel();
}
if (_this.loadModel && _this.loadModel instanceof Function) {
_this.loadModel();
}
<#if mounted_block??>
${mounted_block}
</#if>
......@@ -432,7 +432,7 @@
if (result && result.hasOwnProperty('srfret') && !result.srfret) {
return;
}
<@ibizindent blank=16>
<@ibizindent blank=8>
${afterMountedBlock}
</@ibizindent>
});
......@@ -442,7 +442,7 @@
if (result && result.hasOwnProperty('srfret') && !result.srfret) {
return;
}
<@ibizindent blank=20>
<@ibizindent blank=12>
${afterMountedBlock}
</@ibizindent>
${afterMountedBlock}
......@@ -454,7 +454,7 @@
</#list>
</#if>
<#if !hasLogic>
<@ibizindent blank=8>
<@ibizindent blank=0>
${afterMountedBlock}
</@ibizindent>
</#if>
......@@ -504,7 +504,7 @@
</#list>
</#if>
<#if !hasLogic>
<@ibizindent blank=8>
<@ibizindent blank=0>
${afterMountedBlock}
</@ibizindent>
</#if>
......@@ -652,7 +652,7 @@ ${P.getLogicCode(uiAction, "LOGIC.vue").code}
if (result && result.hasOwnProperty('srfret') && !result.srfret) {
return;
}
<@ibizindent blank=12>
<@ibizindent blank=4>
${afterDestroyedBlock}
</@ibizindent>
});
......@@ -662,7 +662,7 @@ ${P.getLogicCode(uiAction, "LOGIC.vue").code}
if (result && result.hasOwnProperty('srfret') && !result.srfret) {
return;
}
<@ibizindent blank=16>
<@ibizindent blank=8>
${afterDestroyedBlock}
</@ibizindent>
${afterDestroyedBlock}
......@@ -674,7 +674,7 @@ ${P.getLogicCode(uiAction, "LOGIC.vue").code}
</#list>
</#if>
<#if !hasLogic>
<@ibizindent blank=8>
<@ibizindent blank=0>
${afterDestroyedBlock}
</@ibizindent>
</#if>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册