修改官网跳转隐私政策新地址

This commit is contained in:
2025-10-14 16:04:18 +08:00
parent 3801db61b2
commit deb022147e
6 changed files with 1092 additions and 6 deletions

View File

@@ -231,11 +231,11 @@ function translateFun() {
$('.menu').css("height", "0%");
$('.contactUs_pub').show();
} else {
location.href = `../modules/rule/privacy-wap.html`
location.href = `../modules/rule/privacy-wapNew.html`
}
})
$('html .h5 .pagesBox .page1 .tab .privacy').click(function () {
location.href = `../modules/rule/privacy-wap.html`
location.href = `../modules/rule/privacy-wapNew.html`
})
// 關閉聯繫我們彈窗
$('body .contactUs_pub .contactUs_pub_in .sClose').click(function () {

View File

@@ -45,7 +45,7 @@ langAr = {
</div>
<div class="tab">
<p class="act">الصفحة الرئيسية <span></span></p>
<a href="../modules/rule/privacy-wap.html">
<a href="../modules/rule/privacy-wapNew.html">
<p class="tex">سياسة الخصوصية</p>
</a>
</div>

View File

@@ -46,7 +46,7 @@ langEn = {
</div>
<div class="tab">
<p class="act">Homepage <span></span></p>
<a href="../modules/rule/privacy-wap.html">
<a href="../modules/rule/privacy-wapNew.html">
<p class="tex">Privacy Policy</p>
</a>
</div>

View File

@@ -45,7 +45,7 @@ langTr = {
</div>
<div class="tab">
<p class="act">Anasayfa <span></span></p>
<a href="../modules/rule/privacy-wap.html">
<a href="../modules/rule/privacy-wapNew.html">
<p class="tex">Gizlilik Politikası</p>
</a>
</div>

View File

@@ -46,7 +46,7 @@ langZh = {
</div>
<div class="tab">
<p class="act">首頁 <span></span></p>
<a href="../modules/rule/privacy-wap.html">
<a href="../modules/rule/privacy-wapNew.html">
<p class="tex">隱私政策</p>
</a>
</div>

File diff suppressed because it is too large Load Diff