diff --git a/src/components/Portal/authorImg.vue b/src/components/Portal/authorImg.vue
index 4894d70e..e5a385ca 100644
--- a/src/components/Portal/authorImg.vue
+++ b/src/components/Portal/authorImg.vue
@@ -60,7 +60,7 @@
this.userAvatar=this.baseUrl+this.avatar;
}
}
- console.log(this.usersex)
+ //console.log(this.usersex)
},
methods:{
diff --git a/src/views/Index.vue b/src/views/Index.vue
index 506ab157..a5f8d615 100644
--- a/src/views/Index.vue
+++ b/src/views/Index.vue
@@ -5,7 +5,7 @@
-
+
@@ -14,7 +14,7 @@
-
+
@@ -53,7 +53,7 @@
- 最近学习:{{lastStudy.courseName}}
+ 最近学习:{{lastStudy.courseName}}
![]()
@@ -128,7 +128,7 @@
-->
-
+
@@ -165,10 +165,10 @@
-
+
@@ -248,7 +248,7 @@
案例排行榜
- -
+
-
@@ -315,7 +315,7 @@
-
+
-
+
{{formatNum(qa.views)}}正在关注{{ qa.sysCreateTime.substring(0, 10) }}
@@ -408,7 +408,7 @@
问答排行榜
- -
+
-
@@ -628,7 +628,7 @@
apicourseStudy.lastStudy().then(res => {
if (res.status === 200) {
this.lastStudy = res.result;
- console.log(this.lastStudy,'this.lastStudy');
+ //console.log(this.lastStudy,'this.lastStudy');
if (res.result != '' && res.result.courseId) {
this.overlayShow = true;
}
@@ -642,7 +642,7 @@
//引导页弹框是否显示
//检查本地,减少服务器请求的次数
let localGuide=localStorage.getItem('user-guide-'+this.userInfo.aid);
- console.log("=== "+localGuide);
+ //console.log("=== "+localGuide);
if(!localGuide){
apiGuide.hasUser().then(res=>{
if(res.status==200){