|
@@ -175,7 +175,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
- <div class="card news" style="order: 2" v-if="hotUsers.length > 0">
|
|
|
|
|
|
|
+ <!-- <div class="card news" style="order: 2" v-if="hotUsers.length > 0">
|
|
|
<div class="news-title">
|
|
<div class="news-title">
|
|
|
<div class="news-left">
|
|
<div class="news-left">
|
|
|
<div class="text1">热力探索</div>
|
|
<div class="text1">热力探索</div>
|
|
@@ -189,7 +189,7 @@
|
|
|
</template>
|
|
</template>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
- </div>
|
|
|
|
|
|
|
+ </div> -->
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<!-- <div class="tabs" v-if="!empty">
|
|
<!-- <div class="tabs" v-if="!empty">
|
|
@@ -269,7 +269,7 @@ import ProductSmall from '../components/product/productSmall.vue';
|
|
|
import { mapState } from 'vuex';
|
|
import { mapState } from 'vuex';
|
|
|
import NewsRecord from '../components/product/NewsRecord.vue';
|
|
import NewsRecord from '../components/product/NewsRecord.vue';
|
|
|
import ActivityRecord from '../components/product/ActivityRecord.vue';
|
|
import ActivityRecord from '../components/product/ActivityRecord.vue';
|
|
|
-import RankInfo from '../components/creator/RankInfo.vue';
|
|
|
|
|
|
|
+// import RankInfo from '../components/creator/RankInfo.vue';
|
|
|
import HotCollect from '../components/product/HotCollect.vue';
|
|
import HotCollect from '../components/product/HotCollect.vue';
|
|
|
|
|
|
|
|
export default {
|
|
export default {
|
|
@@ -282,7 +282,6 @@ export default {
|
|
|
ProductLarge,
|
|
ProductLarge,
|
|
|
ProductSmall,
|
|
ProductSmall,
|
|
|
NewsRecord,
|
|
NewsRecord,
|
|
|
- RankInfo,
|
|
|
|
|
HotCollect,
|
|
HotCollect,
|
|
|
ActivityRecord
|
|
ActivityRecord
|
|
|
},
|
|
},
|