app 弹框协议等

This commit is contained in:
yeliang-king
2022-04-24 22:41:00 +08:00
parent 884d3e8c34
commit b4e2761b1f
6 changed files with 146 additions and 5 deletions

13
App.vue
View File

@@ -64,9 +64,18 @@ export default {
// #endif
},
onShow() {
onShow() {
// #ifndef H5
this.getClipboard();
// this.getClipboard();
// #endif
// #ifdef APP-PLUS
console.log(storage.getShow());
if (storage.getShow()) {
if(uni.getSystemInfoSync().platform == 'ios'){
this.$u.route("/pages/tabbar/screen/fullScreen");
// uni.reLaunch({ url: "/pages/tabbar/screen/fullScreen" });
}
}
// #endif
},
methods: {