返回提示
This commit is contained in:
parent
36080fd730
commit
0b5892cfbd
@ -419,10 +419,18 @@
|
||||
},500)
|
||||
|
||||
},
|
||||
|
||||
onBackPress(options) {
|
||||
if (options.from === 'navigateBack' || !this.zhibo) {
|
||||
return false;
|
||||
}
|
||||
this.closes();
|
||||
return true;
|
||||
},
|
||||
onLoad(a){
|
||||
console.log(getApp().globalData.im)
|
||||
|
||||
uni.setKeepScreenOn({
|
||||
keepScreenOn: true
|
||||
});
|
||||
this.url = a.url.replace("*","&")
|
||||
let that = this
|
||||
const token = uni.getStorageSync('token');
|
||||
|
Loading…
Reference in New Issue
Block a user