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

处理bug

parent 4bf92b92
......@@ -135,6 +135,7 @@
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.7);
z-index: 99999;
}
#typeImage {
......@@ -749,15 +750,15 @@
console.log('targetUrl', targetUrl);
// 检查是否不在建行生活App内
if (!isInClient() || !window.CCBBridge) { // 端外
// window.location.href =targetUrl
window.location.href =targetUrl
// TODO 这里要解开
if (isiOS) {
window.location.href =
"cloudapp://utils?url=" + encodeURIComponent(targetUrl);
} else {
window.location.href =
"cloudapp://utils?ccbParam=" + encodeURIComponent(targetUrl);
}
// if (isiOS) {
// window.location.href =
// "cloudapp://utils?url=" + encodeURIComponent(targetUrl);
// } else {
// window.location.href =
// "cloudapp://utils?ccbParam=" + encodeURIComponent(targetUrl);
// }
setTimeout(function () {
// 一般这个时间段内还停留在当前页面就肯定是没安装建行生活App的人了,直接引导下载吧.
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