This commit is contained in:
2020-08-14 10:00:27 +08:00
parent 90e9e06915
commit bc2731f1f9
6 changed files with 26 additions and 6 deletions

View File

@@ -338,13 +338,21 @@ export default {
danmulist:[]
};
},
onBackPress(options) {
uni.setKeepScreenOn({
keepScreenOn: false
});
return false;
},
onLoad(a) {
this.url = a.url;
this.id = a.id
console.log(this.url);
let that = this;
uni.setKeepScreenOn({
keepScreenOn: true
});
uni.getSystemInfo({
success(a) {