Compare commits
No commits in common. "9e0a5d251205a67095806e4ee671a23faf1c0fb6" and "1255ce8aa54a956cb3dca6d14d07778f8b2b60bc" have entirely different histories.
9e0a5d2512
...
1255ce8aa5
42
App.vue
42
App.vue
@ -79,27 +79,27 @@
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
// setTimeout(function(){
|
setTimeout(function(){
|
||||||
// console.log("执行 setTimeout")
|
console.log("执行 setTimeout")
|
||||||
// if(!checkTokenCallBackFlag){
|
if(!checkTokenCallBackFlag){
|
||||||
// uni.showModal({
|
uni.showModal({
|
||||||
// title: '提示',
|
title: '提示',
|
||||||
// showCancel: false,
|
showCancel: false,
|
||||||
// content: '您已退出登录',
|
content: '您已退出登录',
|
||||||
// success: function (res) {
|
success: function (res) {
|
||||||
// if (res.confirm) {
|
if (res.confirm) {
|
||||||
// uni.sendNativeEvent('goTabbarPage', {
|
uni.sendNativeEvent('goTabbarPage', {
|
||||||
// msg: 'home'
|
msg: 'home'
|
||||||
// }, ret => {
|
}, ret => {
|
||||||
// console.log(ret);
|
console.log(ret);
|
||||||
// })
|
})
|
||||||
// } else if (res.cancel) {
|
} else if (res.cancel) {
|
||||||
// console.log('用户点击取消');
|
console.log('用户点击取消');
|
||||||
// }
|
}
|
||||||
// }
|
}
|
||||||
// });
|
});
|
||||||
// }
|
}
|
||||||
// }, 1000)
|
}, 1000)
|
||||||
|
|
||||||
uni.onNativeEventReceive((event, data) => {
|
uni.onNativeEventReceive((event, data) => {
|
||||||
console.log("event", event);
|
console.log("event", event);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user