首页轮播图无连接不跳转

This commit is contained in:
daihh
2022-11-04 02:31:17 +08:00
parent 67d2137a5d
commit a0d77badf9
2 changed files with 12 additions and 10 deletions

View File

@@ -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){