问题修复

This commit is contained in:
2024-04-16 00:53:34 +08:00
parent 877469ab43
commit 0562554266
9 changed files with 37 additions and 24 deletions

View File

@@ -57,7 +57,7 @@
<view class='bottom-banner-view'>
<swiper :indicator-dots='true' :autoplay='true' :interval='3000' :duration='1000'>
<swiper-item v-for='(item, index) in companyConfigInfo.bannerhot' :key='index'>
<swiper-item v-for='(item, index) in companyConfigInfo?.bannerhot' :key='index'>
<image :src='item.src' mode='aspectFill' />
</swiper-item>
</swiper>