mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-16 22:36:43 +08:00
处理资源位标题对应无图片问题。
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
<div class="gui-box-left" :style="{width:leftWidth}">
|
<div class="gui-box-left" :style="{width:leftWidth}">
|
||||||
<dl>
|
<dl>
|
||||||
<dt class="left-title">新功能查看</dt>
|
<dt class="left-title">新功能查看</dt>
|
||||||
<dd v-for="item in guideList" @click="showImg(item)">{{item.title}}</dd>
|
<dd v-if="item.images.length>0" v-for="item in guideList" @click="showImg(item)">{{item.title}}</dd>
|
||||||
</dl>
|
</dl>
|
||||||
</div>
|
</div>
|
||||||
<div class="gui-box-right">
|
<div class="gui-box-right">
|
||||||
@@ -94,7 +94,6 @@
|
|||||||
this.dlgWidth = '688px';
|
this.dlgWidth = '688px';
|
||||||
this.leftWidth='160px';
|
this.leftWidth='160px';
|
||||||
}
|
}
|
||||||
console.log(this.dlgWidth +" " + this.leftWidth);
|
|
||||||
|
|
||||||
//这里必须放在当前的Session存储中,不能每次都调用
|
//这里必须放在当前的Session存储中,不能每次都调用
|
||||||
// apiGuide.hasUser().then(res=>{
|
// apiGuide.hasUser().then(res=>{
|
||||||
@@ -135,8 +134,6 @@
|
|||||||
this.description = item.description;
|
this.description = item.description;
|
||||||
this.resonimg = item.images;
|
this.resonimg = item.images;
|
||||||
}
|
}
|
||||||
|
|
||||||
// this.swiper.update();
|
|
||||||
},
|
},
|
||||||
notYet() {
|
notYet() {
|
||||||
this.interestCollection = false;
|
this.interestCollection = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user