修改协议隐私
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
timer: null,
|
||||
is_sendcode: false, // 60s
|
||||
time_count: 60,
|
||||
pactList: [ "《用户协议》", "《隐私协议》", "《使用协议》" ],
|
||||
pactList: [ "《用户协议》", "《隐私协议》" ],
|
||||
};
|
||||
},
|
||||
methods: {
|
||||
|
||||
@@ -93,10 +93,12 @@
|
||||
}, {
|
||||
"id": '2',
|
||||
"text": "《隐私协议》"
|
||||
}, {
|
||||
"id": '3',
|
||||
"text": "《使用协议》"
|
||||
}, ],
|
||||
},
|
||||
// {
|
||||
// "id": '3',
|
||||
// "text": "《使用协议》"
|
||||
// },
|
||||
],
|
||||
temp_url: "", // 上个页面路径
|
||||
pagesArr: ["pages/mine/index"], // 特殊路径
|
||||
platform: '', // 手机平台
|
||||
|
||||
@@ -82,10 +82,11 @@
|
||||
}, {
|
||||
"id": '2',
|
||||
"text": "《隐私协议》"
|
||||
}, {
|
||||
"id": '3',
|
||||
"text": "《使用协议》"
|
||||
},
|
||||
},
|
||||
// {
|
||||
// "id": '3',
|
||||
// "text": "《使用协议》"
|
||||
// },
|
||||
|
||||
]
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user