营销:适配商城装修组件【悬浮按钮】
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user