diff --git a/androidPrivacy.json b/androidPrivacy.json index 78574c0..c50651a 100644 --- a/androidPrivacy.json +++ b/androidPrivacy.json @@ -1,37 +1,37 @@ { - "version": "1", - "prompt": "template", - "title": "用户协议与隐私政策", - "message": "请你务必审慎阅读、充分理解“用户协议与隐私政策”各条款,包括但不限于:为了更好的向你提供服务,我们需要收集你的设备标识、操作日志等信息用于分析、优化应用性能。
  你可阅读《用户协议与隐私政策》了解详细信息。如果你同意,请点击下面按钮开始接受我们的服务。", - "buttonAccept": "同意并接受", - "buttonRefuse": "暂不同意", - "hrefLoader": "system|default", - "second": { - "title": "确认提示", - "message": "进入应用前,你需先同意《用户协议与隐私政策》,否则将退出应用。", - "buttonAccept": "同意并继续", - "buttonRefuse": "退出应用" - }, - "disagreeMode": { - "support": false, - "loadNativePlugins": false, - "visitorEntry": false, - "showAlways": false - }, - "styles": { - "backgroundColor": "#ffffff", - "borderRadius": "5px", - "title": { - "color": "#000000" - }, - "buttonAccept": { - "color": "#000000" - }, - "buttonRefuse": { - "color": "#000000" - }, - "buttonVisitor": { - "color": "#000000" - } - } + "version" : "1", + "prompt" : "template", + "title" : "用户协议与隐私政策", + "message" : "请你务必审慎阅读、充分理解“用户协议与隐私政策”各条款,包括但不限于:为了更好的向你提供服务,我们需要收集你的设备标识、操作日志等信息用于分析、优化应用性能。
  你可阅读《用户协议与隐私政策》了解详细信息。如果你同意,请点击下面按钮开始接受我们的服务。", + "buttonAccept" : "同意并接受", + "buttonRefuse" : "暂不同意", + "hrefLoader" : "system|default", + "second" : { + "title" : "确认提示", + "message" : "进入应用前,你需先同意《用户协议与隐私政策》,否则将退出应用。", + "buttonAccept" : "同意并继续", + "buttonRefuse" : "退出应用" + }, + "disagreeMode" : { + "support" : false, + "loadNativePlugins" : false, + "visitorEntry" : false, + "showAlways" : false + }, + "styles" : { + "backgroundColor" : "#ffffff", + "borderRadius" : "5px", + "title" : { + "color" : "#000000" + }, + "buttonAccept" : { + "color" : "#000000" + }, + "buttonRefuse" : { + "color" : "#000000" + }, + "buttonVisitor" : { + "color" : "#000000" + } + } } diff --git a/pages/Personalinfo/Personalinfo.vue b/pages/Personalinfo/Personalinfo.vue index 46c14bc..5af0faf 100644 --- a/pages/Personalinfo/Personalinfo.vue +++ b/pages/Personalinfo/Personalinfo.vue @@ -31,7 +31,6 @@ } }, onLoad(e) { - console.log(e) if (e) { this.list = JSON.parse(e.list) } diff --git a/pages/login/login.vue b/pages/login/login.vue index 6830410..2e350e4 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -14,8 +14,7 @@ --> - + @@ -58,6 +57,10 @@ // this.password = options.password // } // }, + onShow() { + this.personAccount = uni.getStorageSync('loginform').personAccount + this.personPassword = uni.getStorageSync('loginform').personPassword + }, methods: { ...mapMutations(['scoket']), login() { @@ -76,6 +79,11 @@ duration: '1500' }) } else if (res.data.data.status == 2 || res.data.data.status == 1) { + let form = { + personAccount: this.personAccount, + personPassword: this.personPassword + } + uni.setStorageSync('loginform', form); that.$refs.uToast.show({ title: '登录成功', type: 'success', diff --git a/pages/myinformation/myinformation.vue b/pages/myinformation/myinformation.vue index d26f660..76d4850 100644 --- a/pages/myinformation/myinformation.vue +++ b/pages/myinformation/myinformation.vue @@ -27,7 +27,7 @@ -