修改协议隐私

This commit is contained in:
亓雪峰
2020-12-01 17:53:23 +08:00
parent ad68dd81d4
commit a374babc45
8 changed files with 22 additions and 14 deletions

View File

@@ -41,7 +41,7 @@
timer: null,
is_sendcode: false, // 60s
time_count: 60,
pactList: [ "《用户协议》", "《隐私协议》", "《使用协议》" ],
pactList: [ "《用户协议》", "《隐私协议》" ],
};
},
methods: {

View File

@@ -93,10 +93,12 @@
}, {
"id": '2',
"text": "《隐私协议》"
}, {
"id": '3',
"text": "《使用协议》"
}, ],
},
// {
// "id": '3',
// "text": "《使用协议》"
// },
],
temp_url: "", // 上个页面路径
pagesArr: ["pages/mine/index"], // 特殊路径
platform: '', // 手机平台

View File

@@ -82,10 +82,11 @@
}, {
"id": '2',
"text": "《隐私协议》"
}, {
"id": '3',
"text": "《使用协议》"
},
},
// {
// "id": '3',
// "text": "《使用协议》"
// },
]
};