返回提示

This commit is contained in:
luyuan 2020-08-14 09:35:56 +08:00
parent 36080fd730
commit 0b5892cfbd
Signed by: theluyuan
GPG Key ID: A7972FD973317FF3

View File

@ -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');