|
@@ -55,7 +55,7 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<block v-if="newDataList && newDataList.length">
|
|
<block v-if="newDataList && newDataList.length">
|
|
- <view class="content-ul">
|
|
|
|
|
|
+ <view :class="['content-ul', industryTablList.length == 0 && 'content-ul-top']">
|
|
<view class="item-ul">
|
|
<view class="item-ul">
|
|
<block v-for="(item, index) in newDataList" :key="index">
|
|
<block v-for="(item, index) in newDataList" :key="index">
|
|
<view v-if="index % 2 == 0 && item.IsShowData">
|
|
<view v-if="index % 2 == 0 && item.IsShowData">
|
|
@@ -440,7 +440,6 @@ export default {
|
|
});
|
|
});
|
|
},
|
|
},
|
|
onLoad(options) {
|
|
onLoad(options) {
|
|
- console.log(options);
|
|
|
|
this.industrytabActId = options.industrytabActId ? Number(options.industrytabActId) : 0;
|
|
this.industrytabActId = options.industrytabActId ? Number(options.industrytabActId) : 0;
|
|
this.actIdLable = options.findIndexId;
|
|
this.actIdLable = options.findIndexId;
|
|
this.getBannerList();
|
|
this.getBannerList();
|
|
@@ -599,6 +598,9 @@ export default {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ .content-ul-top {
|
|
|
|
+ padding-top: 30rpx;
|
|
|
|
+ }
|
|
.bind-btn {
|
|
.bind-btn {
|
|
padding-top: 110rpx;
|
|
padding-top: 110rpx;
|
|
text-align: center;
|
|
text-align: center;
|