diff --git a/changelog.md b/changelog.md index a41ade25c3da93c664471603422dfeaaeacbf979..886a95d562c5de6c31d26a00097d3205bf4c038e 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,7 @@ +## 1.0.43(2021-08-02) +1. 微信小程序端,新增:微信登陆成功后,弹出是否"获取微信头像和昵称,完善个人资料"的弹框 +2. APP端,新增逻辑:微信登陆成功后,自动获取用户的微信昵称和头像完善用户个人资料 +- 提示:因为微信的头像一旦更换,微信返回的头像url会失效。所以,以上两示例功能将url(客户端:下载到临时目录/服务端:转为Buffer)再上传到uniCloud云存储中再使用。 ## 1.0.42(2021-07-29) 新增绑定手机号码页面前端校验 ## 1.0.41(2021-07-27) diff --git a/uni_modules/uni-load-state/readme.md b/components/uni-load-state/readme.md similarity index 100% rename from uni_modules/uni-load-state/readme.md rename to components/uni-load-state/readme.md diff --git a/uni_modules/uni-load-state/components/uni-load-state/uni-load-state.vue b/components/uni-load-state/uni-load-state.vue similarity index 100% rename from uni_modules/uni-load-state/components/uni-load-state/uni-load-state.vue rename to components/uni-load-state/uni-load-state.vue diff --git a/components/uni-quick-login/uni-quick-login.vue b/components/uni-quick-login/uni-quick-login.vue index d4e03ffa2277738672884daedf8f91cbbccca11a..57ee4d0417f5917a5c72c2a3817c8afdc4ff9bdb 100644 --- a/components/uni-quick-login/uni-quick-login.vue +++ b/components/uni-quick-login/uni-quick-login.vue @@ -1,10 +1,15 @@ -