From 59bdf3b9e2f132ff24e966318f6f20436b6c60de Mon Sep 17 00:00:00 2001
From: liudan <18634735655@163.com>
Date: Fri, 16 Jun 2023 16:04:22 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
androidPrivacy.json | 2 +-
manifest.json | 8 ++--
pages/login.vue | 106 ++++++++++++++++++++++----------------------
3 files changed, 59 insertions(+), 57 deletions(-)
diff --git a/androidPrivacy.json b/androidPrivacy.json
index 55a6da2..5aa5580 100644
--- a/androidPrivacy.json
+++ b/androidPrivacy.json
@@ -1,5 +1,5 @@
{
- "version" : "2.0.5",
+ "version" : "3.0.0",
"prompt" : "template",
"title" : "服务协议和隐私政策",
"message" : " 请你务必审慎阅读、充分理解“服务协议”和“隐私政策”各条款,包括但不限于:为了更好的向你提供服务,我们需要收集你的位置信息、设备标识、操作日志等信息用于分析、优化应用性能。
你可阅读《服务协议》和《隐私政策》了解详细信息。如果你同意,请点击下面按钮开始接受我们的服务。",
diff --git a/manifest.json b/manifest.json
index d55c9ff..9f0fd42 100644
--- a/manifest.json
+++ b/manifest.json
@@ -3,8 +3,8 @@
"appid" : "__UNI__3303922",
// "appid" : "__UNI__AE4A250",
"description" : "希希到家",
- "versionName" : "2.0.5",
- "versionCode" : 205,
+ "versionName" : "4.0.0",
+ "versionCode" : 400,
"transformPx" : false,
"uniStatistics" : {
"enable" : false //全局关闭
@@ -216,7 +216,9 @@
"NSPhotoLibraryUsageDescription" : "该应用需要读取你的相册,以便为您编辑头像信息",
"NSPhotoLibraryAddUsageDescription" : "该应用需要读取你的相册,以便为您编辑头像信息",
"NSCameraUsageDescription" : "该应用需要你的相机,以便您拍摄上传头像信息",
- "NSLocationWhenInUseUsageDescription" : ""
+ "NSLocationWhenInUseUsageDescription" : "需要同意获取您的位置信息才能展示附近信息",
+ "NSLocationAlwaysUsageDescription" : "需要同意获取您的位置信息才能展示附近信息",
+ "NSLocationAlwaysAndWhenInUseUsageDescription" : "需要同意获取您的位置信息才能展示附近信息"
}
},
"splashscreen" : {
diff --git a/pages/login.vue b/pages/login.vue
index d935c61..5648b5c 100644
--- a/pages/login.vue
+++ b/pages/login.vue
@@ -59,12 +59,12 @@
-
+
-
+
@@ -163,58 +163,58 @@
...mapActions(['getConfigInfo', 'getUserInfo']),
...mapMutations(['updateConfigItem', 'updateUserItem']),
//微信登录
- async wxLogin() {
- this.$refs.show_rule_item.close()
- try {
- let [providerErr, providerData] = await uni.getProvider({
- service: 'oauth',
- });
- console.log("111")
- // let [loginErr, loginData] =await uni.getUserProfile({
- // desc: '用于您的页面展示用户头像与昵称',
- // lang: 'zh_CN',
- // success: res => {
- // console.log(res,"jjj");
- // // this.isShowLogin = false;
- // // this.userInfo = res.userInfo;
- // },
- // fail: err => {
- // console.log(err.errMsg);
- // }
- // });
+ // async wxLogin() {
+ // this.$refs.show_rule_item.close()
+ // try {
+ // let [providerErr, providerData] = await uni.getProvider({
+ // service: 'oauth',
+ // });
+ // console.log("111")
+ // // let [loginErr, loginData] =await uni.getUserProfile({
+ // // desc: '用于您的页面展示用户头像与昵称',
+ // // lang: 'zh_CN',
+ // // success: res => {
+ // // console.log(res,"jjj");
+ // // // this.isShowLogin = false;
+ // // // this.userInfo = res.userInfo;
+ // // },
+ // // fail: err => {
+ // // console.log(err.errMsg);
+ // // }
+ // // });
- let [loginErr, loginData] = await uni.login({
- provider: 'weixin'
- });
- console.log("222")
- let [infoErr, infoData] = await uni.getUserInfo({
- provider: 'weixin'
- })
- console.log("333",infoData)
- let {
- userInfo = {}
- } = infoData
- let {
- openId = ''
- } = userInfo
- if (!openId) return
- this.$util.showLoading({
- title: "登录中..."
- })
- try {
- this.toLogin(userInfo)
- } catch (e) {
- this.$util.hideAll()
- }
- } catch (e) {
- console.log(e)
- this.$util.showToast({
- title: '请先安装微信或升级版本'
+ // let [loginErr, loginData] = await uni.login({
+ // provider: 'weixin'
+ // });
+ // console.log("222")
+ // let [infoErr, infoData] = await uni.getUserInfo({
+ // provider: 'weixin'
+ // })
+ // console.log("333",infoData)
+ // let {
+ // userInfo = {}
+ // } = infoData
+ // let {
+ // openId = ''
+ // } = userInfo
+ // if (!openId) return
+ // this.$util.showLoading({
+ // title: "登录中..."
+ // })
+ // try {
+ // this.toLogin(userInfo)
+ // } catch (e) {
+ // this.$util.hideAll()
+ // }
+ // } catch (e) {
+ // console.log(e)
+ // this.$util.showToast({
+ // title: '请先安装微信或升级版本'
- });
- }
+ // });
+ // }
- },
+ // },
async smsLogin(item){
if(this.checked.length==0){
uni.$u.toast('请阅读并同意《用户隐私协议》');