Update index.vue

This commit is contained in:
全栈小学生 2023-10-10 17:06:25 +08:00
parent 8ca3fd5ff7
commit f87804c2d8

View File

@ -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>