fix:自定义页面头部添加返回按钮及快捷菜单,s-layout 添加显示返回按钮字段

This commit is contained in:
kele
2023-02-07 15:51:37 +08:00
parent 2a206115ac
commit 504c052364
3 changed files with 90 additions and 2 deletions
+1
View File
@@ -5,6 +5,7 @@
:bgStyle="page.style?.background"
:navbarStyle="page.style?.navbar"
onShareAppMessage
showLeftButton
>
<s-block v-for="(item, index) in page.list" :key="index" :styles="item.style">
<s-block-item :type="item.type" :data="item.data" :styles="item.style" />