Commit 5856a20b authored by huangyuanyuan's avatar huangyuanyuan

update

parent 2a792a43
......@@ -293,9 +293,8 @@
</div>
<div class="left_bottom">
<div class="box b1">
<img src="../../../assets/img/img-01.png" style="width:100%" v-if='dataList.name.indexOf("日本")!=-1'/>
<img src="../../../assets/img/img-02.png" style="width:100%" v-else-if='dataList.name.indexOf("韩国")!=-1'/>
<img src="../../../assets/img/img-03.png" style="width:100%" v-else />
<img :src='compressImg(dataList.broadsideImage, "filt", 210, "")' style="width:100%" v-if='dataList.broadsideImage'/>
<img src="../../../assets/img/img-03.png" style="width:100%" v-else />
</div>
<div class="box b2">
<!-- <p>这里是广告占位,讲述图片内容的详细讲解,位置有限,显示不完整的地方就用...</p> -->
......
......@@ -23,7 +23,7 @@
</p>
<div class="jumpHover">
<!-- :src='compressImg(item.backgroundImage, "filt", 245, "")' -->
<img class="hoverImg" :src='compressImg(item.backgroundImage, "filt", 500, "")' alt="">
<img v-if="item.backgroundImage" class="hoverImg" :src='compressImg(item.backgroundImage, "filt", 500, "")' alt="">
<div style="z-index:1;position:relative">
<p class="jumpTitle"><span class="jumpTitleSpan">{{item.lineShortName}}</span></p>
<ul class="hoverUl" style="font-size:12px">
......@@ -155,7 +155,7 @@ export default {
},null)
},
loadModuleData(sno){
// console.log(this.recoItems.line)
console.log(this.recoItems.line)
if(sno < this.recoItems.line.length){
let msg={
pageIndex: 1,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment