From 4ac3c2382e0733685f7612f8e9ca4e85d15c1411 Mon Sep 17 00:00:00 2001 From: zhaojs <349234519@qq.com> Date: 星期日, 25 六月 2023 08:55:00 +0800 Subject: [PATCH] Merge branch 'hotfix/苹果审核修改' --- uniapp/App.vue | 7 ++----- 1 files changed, 2 insertions(+), 5 deletions(-) diff --git a/uniapp/App.vue b/uniapp/App.vue index 2940aa8..a85e536 100644 --- a/uniapp/App.vue +++ b/uniapp/App.vue @@ -91,7 +91,6 @@ uni.getSystemInfo({ success: e => { // #ifdef APP-PLUS - console.log(e) if (e.platform == 'android') { this.globalData.platform = 'android' this.globalData.systemLevel = e.system @@ -151,7 +150,6 @@ content: '妫�娴嬪埌缃戠粶鏉冮檺鍙兘璁剧疆涓哄叧闂紝鎮ㄥ彲浠ュ湪鈥滆缃�濅腑妫�鏌ユ棤绾挎暟鎹強铚傜獫绉诲姩缃戠粶' }) }else{ - console.log("鏄惁璇锋眰杩囷細"+that.globalData.hasinit) if(!that.globalData.hasinit) { that.getAppInfo(); @@ -173,7 +171,6 @@ var route = routes[routes.length - 1].route } // #ifdef APP-PLUS - console.log(this.globalData.canlisten) if (this.globalData.canlisten && route != 'pages/mine/tools/turnChain') { getClipboard() } @@ -190,7 +187,6 @@ if (uni.getSystemInfoSync().platform == 'ios') { const plug = uni.requireNativePlugin('xiguazhu-baichuan'); - console.log(plug) plug.init({}, result => { //console.log('1111111111111111111'); console.log(result); // code绛変簬0灏辨槸鍒濆鍖栨垚鍔� @@ -204,7 +200,6 @@ getAppInfo: function() { var that = this; this.$u.api.comminInt({}).then(e => { - console.log(e) if (e.code != 0) return that.$alert(e.msg) that.globalData.hasinit=true; that.globalData.appinfo = e.data.basic @@ -225,6 +220,7 @@ that.globalData.ifwt = 0 } } + console.log(that.globalData.ifwt); } else { if (plus.runtime.isApplicationExist({pname:'com.tencent.mm', action: 'weixin://' @@ -237,6 +233,7 @@ } } // #endif + }).catch(function(err) {}) }, -- Gitblit v1.9.3