mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-16 14:26:43 +08:00
提交
This commit is contained in:
@@ -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;
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user