Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
Shanxi_CCB_Card
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
余成
Shanxi_CCB_Card
Commits
b42f8f20
Commit
b42f8f20
authored
Aug 26, 2022
by
余成
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
小米分期改为内部页面
parent
f6cca7d9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
3 deletions
+15
-3
XiaomiInstallment.jpg
XiaomiInstallment.jpg
+0
-0
code0826v1.zip
code0826v1.zip
+0
-0
index.html
index.html
+15
-3
No files found.
XiaomiInstallment.jpg
0 → 100644
View file @
b42f8f20
This diff is collapsed.
Click to expand it.
code082
5v3
.zip
→
code082
6v1
.zip
View file @
b42f8f20
No preview for this file type
index.html
View file @
b42f8f20
...
...
@@ -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
=
'信用卡专享优惠-惠满三晋'
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment