Commit 9272b766 by libai

测试

parent 872be8a5
Showing with 2 additions and 2 deletions
......@@ -244,13 +244,13 @@ try{
$(".taobao-Pay").on("click", function () {
var ua = navigator.userAgent.toLowerCase();
if (/android/.test(ua)) {
window.location.href ="taobao://shop405864110.taobao.com/?spm=2013.1.0.0.9cfc97022UcWTe"
window.location.href = " taobao://https://t.asczwa.com/taobao?backurl=https://shop405864110.taobao.com/?spm=2013.1.0.0.9cfc97022UcWTe"
} else if (/iphone|ipad|ipod/.test(ua)) {
var obj2={
"cid": 5,
"reqCode": new Date().getTime(),
"data": {
"url": "taobao://shop405864110.taobao.com/?spm=2013.1.0.0.9cfc97022UcWTe",
"url": "https://t.asczwa.com/taobao?backurl=https://shop405864110.taobao.com/?spm=2013.1.0.0.9cfc97022UcWTe",
}
}
var obj = JSON.stringify(obj2);
......
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 sign in to comment