diff --git a/changelog.md b/changelog.md
index a2491758e0919856a389e59f70b583dc1608a7d4..062162adbace00e60f3de1f82169c7a9ca3cac70 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,11 @@
+## 1.1.14(2021-09-30)
+1. 通过微信小程序登陆自动保存`sessionKey`到`uni-id-users`表
+2. 我的-设置-个人资料 点击绑定手机号码,完善账号信息支持以下三种策略:
+ - APP端,(如果支持)使用"通过运营商一键获取手机号码"
+ - 微信小程序端,支持"一键获取微信绑定的手机号"
+ - 其他端,通过手机验证码
## 1.1.13(2021-09-29)
-修复search页面因多语言国际化导致多白屏问题
+修复search页面因多语言国际化导致的白屏问题
## 1.1.12(2021-09-28)
1. 改造微信登陆逻辑,直接使用`uni.login`参数`"onlyAuthorize":true`实现
2. 修复,一键登录弹出层,已勾选“同意隐私政策协议”点击自定义登陆按钮,报“你未同意隐私政策协议”的bug
diff --git a/components/uni-bindMobileByMpWeixin/uni-bindMobileByMpWeixin.vue b/components/uni-bindMobileByMpWeixin/uni-bindMobileByMpWeixin.vue
new file mode 100644
index 0000000000000000000000000000000000000000..bb0c173f4de9434a78bf5eacb53947efcfd8f28c
--- /dev/null
+++ b/components/uni-bindMobileByMpWeixin/uni-bindMobileByMpWeixin.vue
@@ -0,0 +1,189 @@
+
+
+
+ 绑定资料
+ 将一键获取你的手机号码绑定你的个人资料
+
+ 关闭
+
+
+
+
+
+
+
+
+
diff --git a/package.json b/package.json
index 44b49852520a03d0b740279264ba75cf3d0d141b..2462f87fb60dd818d826b5261b8f9eadb6ecbf17 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"id": "uni-starter",
"displayName": "uni-starter",
- "version": "1.1.13",
+ "version": "1.1.14",
"description": "云端一体应用快速开发基本项目模版",
"keywords": [
"login",
diff --git a/pages/list/list.nvue b/pages/list/list.nvue
index ff096d83875d5f4d7d0a314199fee6af0a49b234..7cfea1b82e1e0d1ae0432d098e2b4830a16a1659 100644
--- a/pages/list/list.nvue
+++ b/pages/list/list.nvue
@@ -1,13 +1,12 @@
-
+
-
+
-
-
-
-
+
+
+
-
-
-
- {{item.title}}
-
- {{item.user_id[0].username}}
-
-
-
+
+
+
+ {{item.title}}
+
+ {{item.user_id[0].username}}
+
+
+
@@ -46,23 +45,23 @@
-
\ No newline at end of file
+
+ .cover-search-bar {
+ height: 50px;
+ position: relative;
+ top: -50px;
+ margin-bottom: -50px;
+ /* #ifndef APP-NVUE */
+ z-index: 999;
+ /* #endif */
+ }
+
diff --git a/pages/ucenter/userinfo/userinfo.vue b/pages/ucenter/userinfo/userinfo.vue
index 735bddac549395f2ad2d18fba46213e1f00de2bf..6d79545ae70ebc8e64e15ff574ba9e0c5595feee 100644
--- a/pages/ucenter/userinfo/userinfo.vue
+++ b/pages/ucenter/userinfo/userinfo.vue
@@ -12,14 +12,15 @@
-
+
-
+
-
+
+