mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-17 06:46:43 +08:00
整体门户页面的样式,宽度的处理
This commit is contained in:
@@ -96,9 +96,12 @@
|
||||
},
|
||||
|
||||
showImg(item) {
|
||||
this.description = item.description;
|
||||
this.resonimg = [];
|
||||
this.resonimg = item.images;
|
||||
this.resonimg = [];
|
||||
if(item){
|
||||
this.description = item.description;
|
||||
this.resonimg = item.images;
|
||||
}
|
||||
|
||||
// this.swiper.update();
|
||||
},
|
||||
notYet() {
|
||||
|
||||
Reference in New Issue
Block a user