From d08149ecd2c66bedd9934472e665a0570843cde3 Mon Sep 17 00:00:00 2001 From: linju-json Date: Tue, 31 Aug 2021 16:31:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=94=99=E8=AF=AF=E7=9A=84?= =?UTF-8?q?=E6=96=87=E7=AB=A0=E8=A1=A8=E7=9A=84=E8=AF=BB=E6=9D=83=E9=99=90?= =?UTF-8?q?=E8=A1=A8=E8=BE=BE=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog.md | 2 + package.json | 2 +- pages/list/detail.vue | 24 ++-- .../login-page/pwd-retrieve/pwd-retrieve.vue | 2 +- pages/ucenter/ucenter.vue | 10 +- .../userinfo/bind-mobile/bind-mobile.vue | 2 +- pages/ucenter/userinfo/userinfo.vue | 3 +- .../database/opendb-news-articles.schema.json | 2 +- .../uni-config-center/uni-id/config.json | 2 +- .../components/uni-sign-in/uni-sign-in.vue | 4 - .../uni-config-center/uni-id/config.json | 104 +++++++++--------- 11 files changed, 81 insertions(+), 76 deletions(-) diff --git a/changelog.md b/changelog.md index fa9faae..4b2dd09 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,5 @@ +## 1.1.4(2021-08-31) +修改错误的文章表`SChema`的读权限表达式 ## 1.1.3(2021-08-31) 修复在微信小程序端默认语言为英文的问题 ## 1.1.2(2021-08-30) diff --git a/package.json b/package.json index 7b08e07..bb78a48 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "id": "uni-starter", "displayName": "uni-starter", - "version": "1.1.3", + "version": "1.1.4", "description": "云端一体应用快速开发基本项目模版", "keywords": [ "login", diff --git a/pages/list/detail.vue b/pages/list/detail.vue index 0c3ba8f..d08c5ea 100644 --- a/pages/list/detail.vue +++ b/pages/list/detail.vue @@ -17,16 +17,20 @@