From 9bba6e4ef448c3113f1ecc8db6913f2755371dae Mon Sep 17 00:00:00 2001 From: Jason Date: Fri, 25 Feb 2022 10:05:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E5=BC=80=E5=90=AF=E5=AE=9A?= =?UTF-8?q?=E4=BD=8D=EF=BC=8C=E6=AD=A3=E5=BC=8F=E6=89=93=E5=8C=85=E6=98=AF?= =?UTF-8?q?=E5=90=A6=E5=8F=AF=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 9 ++++++--- pages/im/components/sent/sentPopups.vue | 15 +++++---------- 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/manifest.json b/manifest.json index 162cdcd..7e60da1 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "name" : "ZH-HEALTH", "appid" : "__UNI__C29473D", "description" : "ZH-HEALTH,您手上的健康管理专家", - "versionName" : "1.0.17", + "versionName" : "1.0.18", "versionCode" : 100, "transformPx" : false, /* 5+App特有相关 */ @@ -89,7 +89,7 @@ "amap" : { "__platform__" : [ "android" ], "appkey_ios" : "", - "appkey_android" : "05b7f32ca9c897c8b63c505d92cd654b" + "appkey_android" : "1dfbe526a37dcb1f13263e0b5871ca4d" }, "system" : { "__platform__" : [ "android" ] @@ -98,7 +98,7 @@ "maps" : { "amap" : { "appkey_ios" : "", - "appkey_android" : "05b7f32ca9c897c8b63c505d92cd654b" + "appkey_android" : "1dfbe526a37dcb1f13263e0b5871ca4d" } } }, @@ -133,6 +133,9 @@ "spotlight@3x" : "unpackage/res/icons/120x120.png" } } + }, + "splashscreen" : { + "androidStyle" : "common" } }, "nativePlugins" : { diff --git a/pages/im/components/sent/sentPopups.vue b/pages/im/components/sent/sentPopups.vue index 5f7550d..d4824a0 100644 --- a/pages/im/components/sent/sentPopups.vue +++ b/pages/im/components/sent/sentPopups.vue @@ -103,16 +103,11 @@ this.callShow = true break; case 'location': - // uni.showToast({ - // icon: 'none', - // title: '功能正在开发中' - // }) - // uni.chooseLocation({ - // success: res => { - // console.log(res); - // // this.success() - // } - // }) + uni.chooseLocation({ + success: (c) => { + console.log(c); + } + }) break; case 'redpacket': uni.showToast({