main
liudan 1 year ago
parent 59bdf3b9e2
commit 115ff66b31
  1. 2
      androidPrivacy.json
  2. 4
      manifest.json
  3. 10
      pages/login.vue
  4. 4
      user/pages/info.vue
  5. 4
      user/pages/setting.vue

@ -1,5 +1,5 @@
{
"version" : "3.0.0",
"version" : "5.0.0",
"prompt" : "template",
"title" : "服务协议和隐私政策",
"message" : "  请你务必审慎阅读、充分理解“服务协议”和“隐私政策”各条款,包括但不限于:为了更好的向你提供服务,我们需要收集你的位置信息、设备标识、操作日志等信息用于分析、优化应用性能。<br/>  你可阅读<a href=\"https://xixi-api.njrenzhou.cn/information.html\">《服务协议》</a>和<a href=\"https://xixi-api.njrenzhou.cn/protocol.html\">《隐私政策》</a>了解详细信息。如果你同意,请点击下面按钮开始接受我们的服务。",

@ -3,8 +3,8 @@
"appid" : "__UNI__3303922",
// "appid" : "__UNI__AE4A250",
"description" : "希希到家",
"versionName" : "4.0.0",
"versionCode" : 400,
"versionName" : "5.0.0",
"versionCode" : 500,
"transformPx" : false,
"uniStatistics" : {
"enable" : false //

@ -51,9 +51,9 @@
</u-checkbox-group>
<view class="">
登录即表示您已详细阅读并同意<text @tap.stop="goDetail(1)" :style="{color:primaryColor}">
用户隐私协议
隐私政策
</text><text @tap.stop="goDetail(2)" :style="{color:primaryColor}">
个人信息保护指引
用户协议
</text>
</view>
</view>
@ -79,9 +79,9 @@
<view class="title">温馨提示</view>
<view class="f-desc c-title mt-lg">
登录即表示您已详细阅读并同意<span @tap.stop="goDetail(1)" :style="{color:primaryColor}">
用户隐私协议
隐私政策
</span><span @tap.stop="goDetail(2)" :style="{color:primaryColor}">
个人信息保护指引
用户协议
</span>
</view>
<view class="button">
@ -217,7 +217,7 @@
// },
async smsLogin(item){
if(this.checked.length==0){
uni.$u.toast('请阅读并同意《用户隐私协议》');
uni.$u.toast('请阅读并同意《隐私政策》');
return false;
}
let userInfo;

@ -24,8 +24,8 @@
isLoad: false,
detail: {},
title: {
1: '用户隐私协议',
2: '个人信息保护指引'
1: '隐私政策',
2: '用户协议'
}
}
},

@ -87,10 +87,10 @@
key: 'create_date'
}],
infoList: [{
text: '用户隐私协议',
text: '隐私政策',
url: 1
}, {
text: '个人信息保护指引',
text: '用户协议',
url: 2
}],
user_info: {},

Loading…
Cancel
Save