mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2025-12-17 07:55:53 +08:00
修改已发现的问题
This commit is contained in:
7
App.vue
7
App.vue
@@ -8,6 +8,7 @@ import { mapMutations } from "vuex";
|
||||
import APPUpdate from "@/plugins/APPUpdate";
|
||||
import { getClipboardData } from "@/js_sdk/h5-copy/h5-copy.js";
|
||||
import config from "@/config/config";
|
||||
import storage from "@/utils/storage";
|
||||
// 悬浮球
|
||||
|
||||
export default {
|
||||
@@ -66,14 +67,14 @@ export default {
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user