Commit 14a70755 authored by 余成's avatar 余成

处理bug

parent 4bf92b92
...@@ -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();
......
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