提交 866e7a6c 编写于 作者: Neuromancer255's avatar Neuromancer255

底部工具栏调整 --fix1

上级 ab93eb15
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
</ion-fab> </ion-fab>
<#else> <#else>
<ion-fab v-show="getToolBarLimit"> <ion-fab v-show="getToolBarLimit">
<ion-fab-button @click="popup" class="app-view-toolbar-button"><ion-icon name="chevron-up-circle-outline"></ion-icon></ion-fab-button> <ion-fab-button @click="popUpGroup" class="app-view-toolbar-button"><ion-icon name="chevron-up-circle-outline"></ion-icon></ion-fab-button>
</ion-fab> </ion-fab>
<van-popup class="popup" v-model="showGrop" round position="bottom"> <van-popup class="popup" v-model="showGrop" round position="bottom">
<div class="container"> <div class="container">
......
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
* @type {boolean} * @type {boolean}
* @memberof ${srfclassname('${view.name}')} * @memberof ${srfclassname('${view.name}')}
*/ */
public show:boolean = false; public showGrop = false;
/** /**
* 工具栏分组是否显示的方法 * 工具栏分组是否显示的方法
...@@ -56,8 +56,8 @@ ...@@ -56,8 +56,8 @@
* @type {boolean} * @type {boolean}
* @memberof ${srfclassname('${view.name}')} * @memberof ${srfclassname('${view.name}')}
*/ */
public popup () { public popUpGroup () {
this.show = !this.show; this.showGrop = !this.showGrop;
} }
</#if> </#if>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册