修改已发现的问题

master
lemon橪 2022-06-02 19:09:57 +08:00 committed by 学习很差啦
parent 4b9515b21a
commit 0e169bd116
1 changed files with 6 additions and 5 deletions

11
App.vue
View File

@ -5,8 +5,9 @@
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.js";
<<<<<<< HEAD
import config from "@/config/config";
import storage from "@/utils/storage";
//
export default {
@ -65,14 +66,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