This commit is contained in:
zhaofang
2022-10-31 12:08:22 +08:00
parent 0c2a0eec33
commit ed96c08384
2 changed files with 20 additions and 14 deletions

View File

@@ -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;
})
},