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

update:更新

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