Commit 4bf92b92 authored by 余成's avatar 余成

完成

parent 81e099e8
...@@ -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();
......
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