From ed96c0838498b74063770639bbb9cd10ffc42ff2 Mon Sep 17 00:00:00 2001 From: zhaofang <752743406@qq.com> Date: Mon, 31 Oct 2022 12:08:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Index.vue | 3 --- src/views/user/Setting.vue | 31 ++++++++++++++++++++----------- 2 files changed, 20 insertions(+), 14 deletions(-) diff --git a/src/views/Index.vue b/src/views/Index.vue index 70c61018..87b109ca 100644 --- a/src/views/Index.vue +++ b/src/views/Index.vue @@ -632,7 +632,6 @@ apicourseStudy.lastStudy().then(res => { if (res.status === 200) { this.lastStudy = res.result; - //console.log(this.lastStudy,'this.lastStudy'); if (res.result != '' && res.result.courseId) { this.overlayShow = true; } @@ -646,7 +645,6 @@ //引导页弹框是否显示 //检查本地,减少服务器请求的次数 let localGuide=localStorage.getItem('user-guide-'+this.userInfo.aid); - //console.log("=== "+localGuide); if(!localGuide){ apiGuide.hasUser().then(res=>{ if(res.status==200){ @@ -740,7 +738,6 @@ let key = 'index'; apiPlace.detail(key).then(res => { let lmj = JSON.parse(res.result.content) - console.log(lmj,'lmj'); this.resonimg = lmj; }) }, diff --git a/src/views/user/Setting.vue b/src/views/user/Setting.vue index c635e008..bc344c9d 100644 --- a/src/views/user/Setting.vue +++ b/src/views/user/Setting.vue @@ -29,13 +29,13 @@
{{form.sign}}
-