修改跳转
This commit is contained in:
@@ -44,7 +44,8 @@
|
||||
},
|
||||
//查看视频
|
||||
seVideo(item) {
|
||||
console.log(item,'dubyg2')
|
||||
console.log(uni.getStorageSync('token'))
|
||||
if(uni.getStorageSync('token')){
|
||||
const time = 100;
|
||||
// #ifdef H5
|
||||
if (returnIsSafari()) {
|
||||
@@ -74,7 +75,11 @@
|
||||
})
|
||||
// #endif
|
||||
|
||||
|
||||
}else{
|
||||
uni.navigateTo({
|
||||
url:'/pages/login/login'
|
||||
})
|
||||
}
|
||||
},
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user