Commit d55b70c4 by libai

测试

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