|
@@ -44,7 +44,8 @@
|
|
|
<div class="section_right_item">
|
|
|
<div class="right_item_title">
|
|
|
<p>精彩直播</p>
|
|
|
- <a href="https://wx.vzan.com/plug-ins/?v=637429463853329710#/FixupIndex/399803126?shareuid=0" target="_blank">更多></a>
|
|
|
+ <a href="https://wx.vzan.com/plug-ins/?v=637429463853329710#/FixupIndex/399803126?shareuid=0" target="_blank" v-if="isPC">更多></a>
|
|
|
+ <a href="https://wx.vzan.com/plug-ins/?v=637429463853329710#/FixupIndex/399803126?shareuid=0" target="_blank" v-if="!isPC">></a>
|
|
|
</div>
|
|
|
<div class="right_item_main" v-for="(live,index) in liveList">
|
|
|
<a :href="live.link" class="item_banner" v-if="index === 0" target="_blank" :title="live.liveTitle">
|
|
@@ -64,7 +65,8 @@
|
|
|
<div class="section_right_item">
|
|
|
<div class="right_item_title">
|
|
|
<p>最新活动</p>
|
|
|
- <a href="/promotions.html" target="_blank">更多></a>
|
|
|
+ <a href="/promotions.html" target="_blank" v-if="isPC">更多></a>
|
|
|
+ <a href="/promotions.html" target="_blank" v-if="!isPC">></a>
|
|
|
</div>
|
|
|
<div class="right_item_main" v-for="(cmImage,index) in cmImageList">
|
|
|
<a :href="cmImage.link" class="item_banner" v-if="index === 0" target="_blank" :title="cmImage.title">
|
|
@@ -79,7 +81,8 @@
|
|
|
<div class="section_right_item">
|
|
|
<div class="right_item_title">
|
|
|
<p>热门文章</p>
|
|
|
- <a href="https://www.caimei365.com/info/center-3-1.html" target="_blank">更多></a>
|
|
|
+ <a href="https://www.caimei365.com/info/center-3-1.html" target="_blank" v-if="isPC">更多></a>
|
|
|
+ <a href="https://www.caimei365.com/info/center-3-1.html" target="_blank" v-if="!isPC">></a>
|
|
|
</div>
|
|
|
<div class="right_item_main" v-for="(info,index) in infoList">
|
|
|
<a href="" class="item_banner" v-if="index === 0" target="_blank" :title="info.title">
|