From 9d12a059c6c6a64f61475d5687c713e93e8e79e9 Mon Sep 17 00:00:00 2001 From: vguanyiwgd Date: Wed, 10 Jul 2024 09:36:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=9A=90=E7=A7=81=E6=94=BF?= =?UTF-8?q?=E7=AD=96=20=E6=89=AB=E4=B8=80=E6=89=AB=E5=AF=B9=E9=83=A8?= =?UTF-8?q?=E5=88=86companyId=E7=8E=B0=E5=AE=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I9de1511f38f940bd9bd6c2992adc538f2aad48d0 --- m/js/main.js | 7 +++++++ m/userPanel.html | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) 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 @@ 个人账户明细 -
  • +
  • 基础业务功能隐私政策
  • -
  • +
  • 完整隐私政策