diff --git a/m/js/main.js b/m/js/main.js index a11dee5..1d14fc1 100644 --- a/m/js/main.js +++ b/m/js/main.js @@ -15065,6 +15065,13 @@ $(function () { getData(); } + $(page).on("click", ".base_yszc", function (e){ + location.href = 'https://dc.fsecity.com/privacy_policy.php?type=2&companyId='+user.company_id; + }); + $(page).on("click", ".full_yszc", function (e){ + location.href = 'https://dc.fsecity.com/privacy_policy.php?type=1&companyId='+user.company_id; + }); + function getData() { var token = user.token; $.showIndicator(); diff --git a/m/userPanel.html b/m/userPanel.html index d624377..c241482 100644 --- a/m/userPanel.html +++ b/m/userPanel.html @@ -59,11 +59,11 @@ 个人账户明细 -
  • +
  • 基础业务功能隐私政策
  • -
  • +
  • 完整隐私政策