mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2025-12-17 07:55:53 +08:00
app 弹框协议等
This commit is contained in:
13
App.vue
13
App.vue
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user