diff --git a/src/components/Portal/guideBox.vue b/src/components/Portal/guideBox.vue
index a6820f98..955a387d 100644
--- a/src/components/Portal/guideBox.vue
+++ b/src/components/Portal/guideBox.vue
@@ -11,7 +11,7 @@
- 新功能查看
- - {{item.title}}
+ - {{item.title}}
@@ -94,7 +94,6 @@
this.dlgWidth = '688px';
this.leftWidth='160px';
}
- console.log(this.dlgWidth +" " + this.leftWidth);
//这里必须放在当前的Session存储中,不能每次都调用
// apiGuide.hasUser().then(res=>{
@@ -135,8 +134,6 @@
this.description = item.description;
this.resonimg = item.images;
}
-
- // this.swiper.update();
},
notYet() {
this.interestCollection = false;