From 9b6cb995413ad63fd2d56531f6f17d8e02153791 Mon Sep 17 00:00:00 2001 From: Jason Date: Mon, 7 Feb 2022 17:22:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BE=E7=89=87=E6=B6=88=E6=81=AF=E5=8F=91?= =?UTF-8?q?=E9=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 2 +- manifest.json | 16 +- pages/im/components/sentPopups.nvue | 283 ++++++++++++++++------------ pages/im/components/sentText.nvue | 2 +- pages/im/components/sentVoice.nvue | 2 +- pages/im/components/showImage.nvue | 12 +- pages/im/components/showText.nvue | 6 +- pages/im/private/chat.nvue | 55 +++--- utils/im/message.js | 5 +- 9 files changed, 221 insertions(+), 162 deletions(-) diff --git a/App.vue b/App.vue index 88885f8..7b7b95a 100644 --- a/App.vue +++ b/App.vue @@ -5,7 +5,7 @@ export default { onLaunch: function() { im.initIm('lmxuhwaglu76d') - // return + return //#ifdef APP-PLUS // 获取系统版本号 getVersions({ diff --git a/manifest.json b/manifest.json index 38019e0..4b641da 100644 --- a/manifest.json +++ b/manifest.json @@ -22,7 +22,9 @@ "Payment" : {}, "Share" : {}, "SQLite" : {}, - "VideoPlayer" : {} + "VideoPlayer" : {}, + "Geolocation" : {}, + "Fingerprint" : {} }, /* 应用发布信息 */ "distribute" : { @@ -78,7 +80,17 @@ } }, "ad" : {}, - "push" : {} + "push" : {}, + "geolocation" : { + "amap" : { + "__platform__" : [ "android" ], + "appkey_ios" : "", + "appkey_android" : "05b7f32ca9c897c8b63c505d92cd654b" + }, + "system" : { + "__platform__" : [ "android" ] + } + } }, "icons" : { "android" : { diff --git a/pages/im/components/sentPopups.nvue b/pages/im/components/sentPopups.nvue index f36c862..ac3aa5a 100644 --- a/pages/im/components/sentPopups.nvue +++ b/pages/im/components/sentPopups.nvue @@ -1,119 +1,166 @@ - - - - - diff --git a/pages/im/components/sentText.nvue b/pages/im/components/sentText.nvue index 5f71e0c..b0305b7 100644 --- a/pages/im/components/sentText.nvue +++ b/pages/im/components/sentText.nvue @@ -7,7 +7,7 @@