还原AppLayout header
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
>
|
||||
<!-- 顶部头部区域 -->
|
||||
<view
|
||||
v-if="showHeader || defaultShow"
|
||||
class="container-header"
|
||||
:style="border ? { borderBottom: `2rpx solid ${borderColor}` } : { borderBottom: 'none' }"
|
||||
>
|
||||
@@ -88,15 +87,11 @@ defineProps({
|
||||
type: Boolean,
|
||||
default: true,
|
||||
},
|
||||
showHeader: {
|
||||
type: Boolean,
|
||||
default: false,
|
||||
},
|
||||
});
|
||||
|
||||
const defaultShow = computed(()=>{
|
||||
return isMiniProgram.value
|
||||
})
|
||||
// const defaultShow = computed(()=>{
|
||||
// return isMiniProgram.value
|
||||
// })
|
||||
|
||||
const handleScrollToLower = () => {
|
||||
emit('onScrollBottom');
|
||||
|
||||
Reference in New Issue
Block a user