From 9add3e4afbe61bbe7d98f8b29ab69cf882ff4167 Mon Sep 17 00:00:00 2001 From: DCloud__JSON Date: Thu, 25 May 2023 11:25:02 +0800 Subject: [PATCH] 2.0.9 --- pages.json | 9 ++++++++- uni_modules/uni-im/changelog.md | 2 ++ uni_modules/uni-im/common/utils.js | 2 ++ uni_modules/uni-im/package.json | 2 +- 4 files changed, 13 insertions(+), 2 deletions(-) diff --git a/pages.json b/pages.json index 42c8454..e9d9648 100644 --- a/pages.json +++ b/pages.json @@ -28,7 +28,14 @@ } } // #endif - ], + ,{ + "path": "uni_modules/uni-id-pages/pages/userinfo/realname-verify/realname-verify", + "style": { + "enablePullDownRefresh": false, + "navigationBarTitleText": "实名认证" + } +} +], "subPackages": [ { "root": "uni_modules/uni-im/pages", diff --git a/uni_modules/uni-im/changelog.md b/uni_modules/uni-im/changelog.md index 536da30..75fad71 100644 --- a/uni_modules/uni-im/changelog.md +++ b/uni_modules/uni-im/changelog.md @@ -1,3 +1,5 @@ +## 2.0.9(2023-05-25) +- 修复 因为`2.0.8`优化sqlite,引起的web端报`ReferenceError: sqlite is not defined`的问题 ## 2.0.8(2023-05-24) - 修复 app-android端 部分情况下发送消息会卡在发送中,再次点击雪花图标后才能发送的问题 ## 2.0.7(2023-05-23) diff --git a/uni_modules/uni-im/common/utils.js b/uni_modules/uni-im/common/utils.js index ec13750..fe71699 100644 --- a/uni_modules/uni-im/common/utils.js +++ b/uni_modules/uni-im/common/utils.js @@ -32,7 +32,9 @@ let appIsShow = true; let getCloudMsgIng = false export default { init() { + // #ifdef APP-NVUE getApp().globalData.sqlite = sqlite + // #endif uniIm.socketOpenIndex = 0 uni.onSocketClose(function(res) { diff --git a/uni_modules/uni-im/package.json b/uni_modules/uni-im/package.json index cd76db5..5b7e655 100644 --- a/uni_modules/uni-im/package.json +++ b/uni_modules/uni-im/package.json @@ -1,7 +1,7 @@ { "id": "uni-im", "displayName": "uni-im", - "version": "2.0.8", + "version": "2.0.9", "description": "uni-im是云端一体的、全平台的、免费的、开源即时通讯系统", "keywords": [ "im,即时通讯,客服,聊天" -- GitLab