This commit is contained in:
linxi
2024-09-05 14:58:49 +08:00
+2 -2
View File
@@ -203,7 +203,7 @@
</view>
</view>
<!-- 我的服务结束 -->
<view v-if="userCenterCarouselShow== 1" class="banner-wrap">
<view v-if="userCenterCarouselShow === 1 && userCenterCarousel.length > 0" class="banner-wrap">
<!-- <image
:src="bannerBgUrl"
mode="widthFix"
@@ -269,7 +269,7 @@ export default {
mixins: [pageListenMixins],
data() {
return {
userCenterCarousel:[],
userCenterCarousel: [],
userCenterCarouselShow: 0,
statusBarHeight: uni.getSystemInfoSync().statusBarHeight,
webUrl: this.$VUE_APP_RESOURCES_URL,