diff --git a/components/list/scenicSpot.vue b/components/list/scenicSpot.vue index 5e78dd3..94399b0 100644 --- a/components/list/scenicSpot.vue +++ b/components/list/scenicSpot.vue @@ -120,7 +120,7 @@ margin-right: 20rpx; .video-item { position: relative; - width: calc(25% - 20rpx); + width: calc(50% - 20rpx); margin-left: 20rpx; margin-top: 20rpx; .image { @@ -130,7 +130,7 @@ image { width: 100%; - height: 120rpx; + height: 220rpx; border-radius: 30rpx; } @@ -154,6 +154,7 @@ justify-content: space-between; width: calc(100% - 40rpx); padding: 30rpx; + padding-top: 10rpx; font-weight: 900; align-items: center; diff --git a/pages/index/index.vue b/pages/index/index.vue index 5d510ae..e0ac108 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -24,7 +24,7 @@ + :col="4"> - + + + 无忧服务 @@ -132,11 +136,11 @@ // title : '无忧服务', // path : '/pages_order/service/carefree', // }, - { - icon : '/static/image/home/g6.png', - title : '申遗新闻', - path : '/pages_order/service/newsList', - }, + // { + // icon : '/static/image/home/g6.png', + // title : '申遗新闻', + // path : '/pages_order/service/newsList', + // }, ], bannerList: [ // { diff --git a/pages_order/service/newsList.vue b/pages_order/service/newsList.vue index fb74280..b24d97b 100644 --- a/pages_order/service/newsList.vue +++ b/pages_order/service/newsList.vue @@ -99,9 +99,9 @@ // categoryId : this.articleType } - if(this.articleType == -1){ - return - } + // if(this.articleType == -1){ + // return + // } if(this.keyword){ query.articleTitle = this.keyword