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

调整工具栏打开机制

上级 2978fd6c
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
<#if itemsLength == 1 && item_index == 0 && item.getPFPartCodeType() == "ITEM_DEUIACTION"> <#if itemsLength == 1 && item_index == 0 && item.getPFPartCodeType() == "ITEM_DEUIACTION">
${P.getPartCode(item).code} ${P.getPartCode(item).code}
<#else> <#else>
<ion-button v-if="getToolBarLimit" @click="popUpGroup" class="app-view-toolbar-button"><ion-icon name="chevron-up-circle-outline"></ion-icon></ion-button> <ion-button v-if="getToolBarLimit" @click="popUpGroup(true)" class="app-view-toolbar-button"><ion-icon name="chevron-up-circle-outline"></ion-icon></ion-button>
<van-popup v-if="getToolBarLimit" class="popup" v-model="showGrop" round position="bottom"> <van-popup v-if="getToolBarLimit" class="popup" v-model="showGrop" round position="bottom">
<div class="container"> <div class="container">
<#list ctrl.getPSDEToolbarItems() as item> <#list ctrl.getPSDEToolbarItems() as item>
......
...@@ -56,8 +56,8 @@ ...@@ -56,8 +56,8 @@
* @type {boolean} * @type {boolean}
* @memberof ${srfclassname('${view.name}')} * @memberof ${srfclassname('${view.name}')}
*/ */
public popUpGroup () { public popUpGroup (falg:boolean = false) {
this.showGrop = !this.showGrop; this.showGrop = falg;
} }
</#if> </#if>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册