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
14a70755
Commit
14a70755
authored
Jul 14, 2022
by
余成
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
处理bug
parent
4bf92b92
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
8 deletions
+9
-8
index.html
index.html
+9
-8
No files found.
index.html
View file @
14a70755
...
@@ -135,6 +135,7 @@
...
@@ -135,6 +135,7 @@
width
:
100%
;
width
:
100%
;
height
:
100%
;
height
:
100%
;
background-color
:
rgba
(
0
,
0
,
0
,
0.7
);
background-color
:
rgba
(
0
,
0
,
0
,
0.7
);
z-index
:
99999
;
}
}
#typeImage
{
#typeImage
{
...
@@ -749,15 +750,15 @@
...
@@ -749,15 +750,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