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
4bf92b92
Commit
4bf92b92
authored
Jul 14, 2022
by
余成
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
完成
parent
81e099e8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
index.html
index.html
+9
-9
No files found.
index.html
View file @
4bf92b92
...
@@ -728,7 +728,7 @@
...
@@ -728,7 +728,7 @@
text
:
"晋享信用生活,多重信用卡好礼优惠等你参与"
,
text
:
"晋享信用生活,多重信用卡好礼优惠等你参与"
,
title
:
"信用卡专享优惠-惠满三晋"
,
title
:
"信用卡专享优惠-惠满三晋"
,
url
:
window
.
location
.
href
,
url
:
window
.
location
.
href
,
image
:
"https://yun.duiba.com.cn/
aurora/assets/af77c5352fe74771e495623b86dd4ed683a4ff59
.png"
,
image
:
"https://yun.duiba.com.cn/
cdqd/0123ed88-6f63-4361-bee8-d4968a0fc407
.png"
,
type
:
""
,
type
:
""
,
},
},
};
};
...
@@ -749,15 +749,15 @@
...
@@ -749,15 +749,15 @@
console
.
log
(
'targetUrl'
,
targetUrl
);
console
.
log
(
'targetUrl'
,
targetUrl
);
// 检查是否不在建行生活App内
// 检查是否不在建行生活App内
if
(
!
isInClient
()
||
!
window
.
CCBBridge
)
{
// 端外
if
(
!
isInClient
()
||
!
window
.
CCBBridge
)
{
// 端外
window
.
location
.
href
=
targetUrl
//
window.location.href =targetUrl
// TODO 这里要解开
// TODO 这里要解开
//
if (isiOS) {
if
(
isiOS
)
{
//
window.location.href =
window
.
location
.
href
=
//
"cloudapp://utils?url=" + encodeURIComponent(targetUrl);
"cloudapp://utils?url="
+
encodeURIComponent
(
targetUrl
);
//
} else {
}
else
{
//
window.location.href =
window
.
location
.
href
=
//
"cloudapp://utils?ccbParam=" + encodeURIComponent(targetUrl);
"cloudapp://utils?ccbParam="
+
encodeURIComponent
(
targetUrl
);
//
}
}
setTimeout
(
function
()
{
setTimeout
(
function
()
{
// 一般这个时间段内还停留在当前页面就肯定是没安装建行生活App的人了,直接引导下载吧.
// 一般这个时间段内还停留在当前页面就肯定是没安装建行生活App的人了,直接引导下载吧.
showDownLoadApp
();
showDownLoadApp
();
...
...
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