|
@@ -147,7 +147,7 @@
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<!-- 热点列表 -->
|
|
<!-- 热点列表 -->
|
|
- <div id="myHotList" @click="openInd = 1">
|
|
|
|
|
|
+ <div v-show="!hideTools" id="myHotList" @click="openInd = 1">
|
|
<!-- 鼠标移入的显示 -->
|
|
<!-- 鼠标移入的显示 -->
|
|
<div class="hoverTit">热点列表</div>
|
|
<div class="hoverTit">热点列表</div>
|
|
<img src="../../assets/img/hot.png" alt="" />
|
|
<img src="../../assets/img/hot.png" alt="" />
|
|
@@ -182,7 +182,7 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
- <div class="pinBottom right hideTarget">
|
|
|
|
|
|
+ <div v-show="!hideTools" class="pinBottom right hideTarget">
|
|
<div class="rightViewContainer clearfix">
|
|
<div class="rightViewContainer clearfix">
|
|
<div class="gui-floor">
|
|
<div class="gui-floor">
|
|
<div class="gui-floor-title"></div>
|
|
<div class="gui-floor-title"></div>
|
|
@@ -273,6 +273,9 @@ import Share from "./components/share.vue";
|
|
|
|
|
|
export default {
|
|
export default {
|
|
components: { HotList, Share },
|
|
components: { HotList, Share },
|
|
|
|
+ props: {
|
|
|
|
+ hideTools: Boolean
|
|
|
|
+ },
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|
|
isGuide: true,
|
|
isGuide: true,
|