修改已发现的问题
parent
4b9515b21a
commit
0e169bd116
9
App.vue
9
App.vue
|
@ -5,8 +5,9 @@
|
||||||
import { mapMutations } from "vuex";
|
import { mapMutations } from "vuex";
|
||||||
import APPUpdate from "@/plugins/APPUpdate";
|
import APPUpdate from "@/plugins/APPUpdate";
|
||||||
import { getClipboardData } from "@/js_sdk/h5-copy/h5-copy.js";
|
import { getClipboardData } from "@/js_sdk/h5-copy/h5-copy.js";
|
||||||
|
<<<<<<< HEAD
|
||||||
import config from "@/config/config";
|
import config from "@/config/config";
|
||||||
import storage from "@/utils/storage.js";
|
import storage from "@/utils/storage";
|
||||||
// 悬浮球
|
// 悬浮球
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
|
@ -65,14 +66,14 @@ export default {
|
||||||
|
|
||||||
onShow() {
|
onShow() {
|
||||||
// #ifndef H5
|
// #ifndef H5
|
||||||
// this.getClipboard();
|
this.getClipboard();
|
||||||
// #endif
|
// #endif
|
||||||
// #ifdef APP-PLUS
|
// #ifdef APP-PLUS
|
||||||
console.log(storage.getShow());
|
|
||||||
if (storage.getShow()) {
|
if (storage.getShow()) {
|
||||||
if(uni.getSystemInfoSync().platform == 'ios'){
|
if(uni.getSystemInfoSync().platform == 'ios'){
|
||||||
this.$u.route("/pages/tabbar/screen/fullScreen");
|
this.$u.route("/pages/tabbar/screen/fullScreen");
|
||||||
// uni.reLaunch({ url: "/pages/tabbar/screen/fullScreen" });
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// #endif
|
// #endif
|
||||||
|
|
Loading…
Reference in New Issue