mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 11:56:44 +08:00
首页轮播图无连接不跳转
This commit is contained in:
@@ -660,7 +660,9 @@
|
||||
this.showLoginMedal=false;
|
||||
},
|
||||
banJump(item) {
|
||||
window.open(item.JumpUrl);
|
||||
if(item.JumpUrl){
|
||||
window.open(item.JumpUrl);
|
||||
}
|
||||
},
|
||||
//上次学习记录
|
||||
getLastStudy() {
|
||||
@@ -702,7 +704,7 @@
|
||||
}
|
||||
});
|
||||
}else {
|
||||
if(this.userHobby.needShow){
|
||||
if(this.userHobby.needShow){
|
||||
this.$refs.userCollection.show();
|
||||
}else{
|
||||
if(this.needLoginMedal){
|
||||
|
||||
Reference in New Issue
Block a user