|
@@ -47,8 +47,7 @@
|
|
|
</text>
|
|
|
<view>
|
|
|
<text class="title" @click="goDetail(item)" :style="{ display: 'inline', marginLeft: item.Title.substr(0, 1) != '【' ? '14rpx' : 0 }">{{ item.Title }}</text>
|
|
|
- <text v-if="topTabsActive == 2" class="li-industry" @click="themeDetails(item, '月度收藏榜')"> # {{ item.IndustryName }} </text>
|
|
|
- <text v-else class="li-industry" @click="themeDetails(key, '月度收藏榜')" v-for="key in item.List" :key="key.IndustrialManagementId"> # {{ key.IndustryName }} </text>
|
|
|
+ <text class="li-industry" @click="themeDetails(key, '月度收藏榜')" v-for="key in item.List" :key="key.IndustrialManagementId"> # {{ key.IndustryName }} </text>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="li-item li-bottom" style="color: #999999">
|
|
@@ -557,10 +556,11 @@ export default {
|
|
|
line-height: 39rpx;
|
|
|
font-weight: 500;
|
|
|
color: #333;
|
|
|
+ margin-right: 20rpx;
|
|
|
}
|
|
|
.li-industry {
|
|
|
color: #3385ff;
|
|
|
- margin-left: 20rpx;
|
|
|
+ margin-right: 20rpx;
|
|
|
display: inline-block;
|
|
|
font-weight: 400;
|
|
|
}
|