修改已发现的问题

master
lemon橪 2022-06-02 19:09:57 +08:00
parent 9a149eb673
commit 403d93831f
1 changed files with 4 additions and 3 deletions

View File

@ -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