diff --git a/components/logininput/logininput.vue b/components/logininput/logininput.vue
index ac05081..df1a18e 100644
--- a/components/logininput/logininput.vue
+++ b/components/logininput/logininput.vue
@@ -17,7 +17,7 @@
我已详细阅读并同意
《用户协议》
《隐私协议》
- 《使用协议》
+
diff --git a/components/remaining/remaining.vue b/components/remaining/remaining.vue
index 03b101c..57040be 100644
--- a/components/remaining/remaining.vue
+++ b/components/remaining/remaining.vue
@@ -34,7 +34,7 @@
- 用户协议与隐私
+ 用户协议
diff --git a/manifest.json b/manifest.json
index 206c921..c125c69 100644
--- a/manifest.json
+++ b/manifest.json
@@ -3,7 +3,7 @@
"appid" : "__UNI__EBFF00A",
"description" : "",
"versionName" : "1.0.1",
- "versionCode" : 103,
+ "versionCode" : 107,
"transformPx" : false,
/* 5+App特有相关 */
"app-plus" : {
diff --git a/pageA/bindinges/bindinges.vue b/pageA/bindinges/bindinges.vue
index ef3f584..aabcf4d 100644
--- a/pageA/bindinges/bindinges.vue
+++ b/pageA/bindinges/bindinges.vue
@@ -41,7 +41,7 @@
timer: null,
is_sendcode: false, // 60s
time_count: 60,
- pactList: [ "《用户协议》", "《隐私协议》", "《使用协议》" ],
+ pactList: [ "《用户协议》", "《隐私协议》" ],
};
},
methods: {
diff --git a/pageA/login/login.vue b/pageA/login/login.vue
index 64c0241..f43bb61 100644
--- a/pageA/login/login.vue
+++ b/pageA/login/login.vue
@@ -93,10 +93,12 @@
}, {
"id": '2',
"text": "《隐私协议》"
- }, {
- "id": '3',
- "text": "《使用协议》"
- }, ],
+ },
+ // {
+ // "id": '3',
+ // "text": "《使用协议》"
+ // },
+ ],
temp_url: "", // 上个页面路径
pagesArr: ["pages/mine/index"], // 特殊路径
platform: '', // 手机平台
diff --git a/pageA/register/register.vue b/pageA/register/register.vue
index d77a45b..ca547e4 100644
--- a/pageA/register/register.vue
+++ b/pageA/register/register.vue
@@ -82,10 +82,11 @@
}, {
"id": '2',
"text": "《隐私协议》"
- }, {
- "id": '3',
- "text": "《使用协议》"
- },
+ },
+ // {
+ // "id": '3',
+ // "text": "《使用协议》"
+ // },
]
};
diff --git a/pageE/setting/Index.vue b/pageE/setting/Index.vue
index f2d6132..c3b0488 100644
--- a/pageE/setting/Index.vue
+++ b/pageE/setting/Index.vue
@@ -79,9 +79,13 @@
link: './feedback'
},
{
- title: '用户协议与政策',
+ title: '用户协议',
link: '/pageA/pactList/pactList?index=0'
},
+ {
+ title: '隐私政策',
+ link: '/pageA/pactList/pactList?index=1'
+ },
],
content: "是否退出登录!",
show: false,
diff --git a/pages/information/information.vue b/pages/information/information.vue
index 5e1ae06..747bc9f 100644
--- a/pages/information/information.vue
+++ b/pages/information/information.vue
@@ -127,7 +127,8 @@
uni.request({
url:"https://mall.dmygkeji.com/api/Specialci/getAtwillUserInfo",
data:{
- userId: 1
+ userId: 1,
+ markup: 1
},
method:"POST",
header:{