mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2025-12-12 10:52:48 +00:00
Update index.vue
This commit is contained in:
parent
8ca3fd5ff7
commit
f87804c2d8
@ -27,6 +27,9 @@
|
||||
<template v-if="component.componentName == 'Text'">
|
||||
<diy-text :component="component" :index="index" :pullDownRefresh="props.pullDownRefresh"></diy-text>
|
||||
</template>
|
||||
<template v-if="component.componentName == 'Notice'">
|
||||
<diy-notice :component="component" :index="index" :pullDownRefresh="props.pullDownRefresh"></diy-notice>
|
||||
</template>
|
||||
</view>
|
||||
<template v-if="diyStore.mode == '' && data.global.bottomTabBarSwitch">
|
||||
<view class="pt-[20rpx]"></view>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user