营销:适配商城装修组件【悬浮按钮】

This commit is contained in:
owen
2023-12-09 21:33:46 +08:00
parent a28a36e038
commit 72998abf10
4 changed files with 69 additions and 58 deletions
-8
View File
@@ -36,9 +36,6 @@
<!-- 页面内容插槽 -->
<slot />
<!-- 悬浮按钮 -->
<s-float-menu v-if="showFloatButton"></s-float-menu>
<!-- 底部导航 -->
<s-tabbar v-if="tabbar !== ''" :path="tabbar" />
</view>
@@ -130,11 +127,6 @@
type: String,
default: '',
},
//展示悬浮按钮
showFloatButton: {
type: Boolean,
default: false,
},
//展示返回按钮
showLeftButton: {
type: Boolean,