Merge branch 'dev' of https://gitee.com/fengyuze178/xdd-uniapp-new into dev
This commit is contained in:
@@ -203,7 +203,7 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<!-- 我的服务结束 -->
|
<!-- 我的服务结束 -->
|
||||||
<view v-if="userCenterCarouselShow== 1" class="banner-wrap">
|
<view v-if="userCenterCarouselShow === 1 && userCenterCarousel.length > 0" class="banner-wrap">
|
||||||
<!-- <image
|
<!-- <image
|
||||||
:src="bannerBgUrl"
|
:src="bannerBgUrl"
|
||||||
mode="widthFix"
|
mode="widthFix"
|
||||||
@@ -269,7 +269,7 @@ export default {
|
|||||||
mixins: [pageListenMixins],
|
mixins: [pageListenMixins],
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
userCenterCarousel:[],
|
userCenterCarousel: [],
|
||||||
userCenterCarouselShow: 0,
|
userCenterCarouselShow: 0,
|
||||||
statusBarHeight: uni.getSystemInfoSync().statusBarHeight,
|
statusBarHeight: uni.getSystemInfoSync().statusBarHeight,
|
||||||
webUrl: this.$VUE_APP_RESOURCES_URL,
|
webUrl: this.$VUE_APP_RESOURCES_URL,
|
||||||
|
|||||||
Reference in New Issue
Block a user