Change-Id: I6dddd1b4a25f19b8d356e44b205d89bda77fdeb6
This commit is contained in:
vguanyiwgd 2024-07-11 16:17:12 +08:00
parent 9d12a059c6
commit 12edbedaf5
2 changed files with 8 additions and 5 deletions

View File

@ -15071,6 +15071,9 @@ $(function () {
$(page).on("click", ".full_yszc", function (e){
location.href = 'https://dc.fsecity.com/privacy_policy.php?type=1&companyId='+user.company_id;
});
$(page).on("click", ".data_share", function (e){
location.href = 'https://dc.fsecity.com/share_user_info_list.php?companyId='+user.company_id;
});
function getData() {
var token = user.token;
@ -15778,12 +15781,12 @@ $(function () {
var camera_scan = localStorage.getItem('camera_scan');
var camera_photo = localStorage.getItem('camera_photo');
if(camera_scan === null){
localStorage.setItem('camera_scan', true);
$(page).find(".androidTable .camera_scan input[type='checkbox']").prop("checked", true);
localStorage.setItem('camera_scan', false);
$(page).find(".androidTable .camera_scan input[type='checkbox']").prop("checked", false);
}
if(camera_photo === null){
localStorage.setItem('camera_photo', true);
$(page).find(".androidTable .camera_photo input[type='checkbox']").prop("checked", true);
localStorage.setItem('camera_photo', false);
$(page).find(".androidTable .camera_photo input[type='checkbox']").prop("checked", false);
}
// $(page).find(".androidTable .camera_scan input[type='checkbox'], .androidTable .camera_photo input[type='checkbox']").prop("checked", false);

View File

@ -71,7 +71,7 @@
<i class="icon icon-form list_icon"></i>个人信息收集清单
<i class="icon icon-next right"></i>
</li>
<li onclick="window.location.href='https://dc.fsecity.com/share_user_info_list.php'">
<li class="data_share">
<i class="icon icon-form list_icon"></i>第三方信息数据共享
<i class="icon icon-next right"></i>
</li>