Commit b42f8f20 authored by 余成's avatar 余成

小米分期改为内部页面

parent f6cca7d9
This diff is collapsed.
......@@ -518,8 +518,8 @@
<!-- 苹果分期 -->
<span class="left-square shape-square" onclick="jumpUrl('home',15)"></span>
<!-- 小米分期 -->
<span class="center-square shape-square" onclick="jumpUrl('home',16)"></span>
<!-- 小米分期 onclick="jumpUrl('home',16)"-->
<span class="center-square shape-square" onclick="showPop('XiaomiInstallment')"></span>
<!-- 随付款分期 -->
<span class="right-square shape-square" onclick="jumpUrl('home',17)"></span>
</div>
......@@ -588,6 +588,15 @@
<img class="backbtn" onclick="goBack()" src="backbtn.png" />
</div>
</div>
<!-- 小米分期 XiaomiInstallment -->
<div class="secondPage" id="XiaomiInstallment">
<img class="bg-Brand" src="XiaomiInstallment.jpg" />
<div class="position-container">
<img class="backbtn" onclick="goBack()" src="backbtn.png" />
</div>
</div>
<div id="toast"></div>
</div>
</body>
......@@ -680,7 +689,7 @@
// 苹果分期
15: 'https://ssz.ccb.com/v2/manage/book/ogtztn/',
// 小米分期
16: 'https://mp.weixin.qq.com/s/6B7ggSc93ETizJhRCDlx1Q',
// 16: 'https://mp.weixin.qq.com/s/6B7ggSc93ETizJhRCDlx1Q',
// 随付贷分期
17: 'https://xykhd.ccb.com/loan/',
// 中兔日上
......@@ -941,6 +950,9 @@
case "LongCardCreditCard":
document.title='龙卡信用卡 优惠666';
break;
case "XiaomiInstallment":
document.title='小米分期';
break;
default:
document.title='信用卡专享优惠-惠满三晋'
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment