From e7e4499395780eada8c0adf975ce0fb8abec804c Mon Sep 17 00:00:00 2001 From: liudan <18634735655@163.com> Date: Tue, 6 Jun 2023 08:01:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .hbuilderx/launch.json | 2 +- App.vue | 8 ++++---- manifest.json | 12 ++++++------ 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json index a461607..a7cf3e9 100644 --- a/.hbuilderx/launch.json +++ b/.hbuilderx/launch.json @@ -19,7 +19,7 @@ "type" : "uniCloud" }, { - "playground" : "standard", + "playground" : "custom", "type" : "uni-app:app-android" }, { diff --git a/App.vue b/App.vue index 1f486e9..ae6c0bd 100644 --- a/App.vue +++ b/App.vue @@ -8,10 +8,10 @@ } }, async mounted() { - this.onlineStatus() - this.timer = setInterval(()=>{ - this.onlineStatus() - },300000) + // this.onlineStatus() + // this.timer = setInterval(()=>{ + // this.onlineStatus() + // },300000) // #ifdef H5 if (typeof window.entryUrl === 'undefined' || window.entryUrl === '') { window.entryUrl = window.location.href.split('#')[0] diff --git a/manifest.json b/manifest.json index 6341094..acf74ab 100644 --- a/manifest.json +++ b/manifest.json @@ -3,14 +3,14 @@ "appid" : "__UNI__3303922", // "appid" : "__UNI__AE4A250", "description" : "希希到家", - "versionName" : "1.0.1", - "versionCode" : 102, + "versionName" : "1.0.3", + "versionCode" : 103, "transformPx" : false, "uniStatistics" : { "enable" : false //全局关闭 }, "mp-weixin" : { - "appid" : "wx581f0c1732ae745f", + "appid" : "wx5ee422c9373d262e", "setting" : { "urlCheck" : true, "postcss" : true, @@ -106,7 +106,7 @@ "sdkConfigs" : { "oauth" : { "weixin" : { - "appid" : "wxe58f2d0fb0800868", + "appid" : "wx5ee422c9373d262e", "appsecret" : "86122c9823f78cdd6304695061d2424f", "UniversalLinks" : "https://testapps.cncnconnect.com/uni-universallinks/__UNI__307A9A7/" } @@ -127,13 +127,13 @@ "payment" : { "weixin" : { "__platform__" : [ "ios", "android" ], - "appid" : "wxe58f2d0fb0800868", + "appid" : "wx5ee422c9373d262e", "UniversalLinks" : "https://testapps.cncnconnect.com/uni-universallinks/__UNI__307A9A7/" } }, "share" : { "weixin" : { - "appid" : "wxe58f2d0fb0800868", + "appid" : "wx5ee422c9373d262e", "UniversalLinks" : "https://testapps.cncnconnect.com/uni-universallinks/__UNI__307A9A7/" } },