feat: 新增安卓自截图uts插件、修改ios允许截屏禁止录屏
This commit is contained in:
@@ -356,11 +356,11 @@ export default {
|
||||
},
|
||||
onReady() {},
|
||||
onLoad() {
|
||||
if (plus.os.name == "Android") {
|
||||
this.isShowTaihu=true
|
||||
}else{
|
||||
this.isShowTaihu=false
|
||||
}
|
||||
if (plus.os.name == "Android") {
|
||||
this.isShowTaihu=true
|
||||
}else{
|
||||
this.isShowTaihu=false
|
||||
}
|
||||
this.$nextTick(() => {
|
||||
this.getAdvertisement();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user