Commit 12e37b58 authored by platyhouse's avatar platyhouse

- encrypted

parent df90ac65
...@@ -39,7 +39,8 @@ ...@@ -39,7 +39,8 @@
var LIMIT = 10; var LIMIT = 10;
var UID = '<?=$userId?>'; var UID = '<?=$userId?>';
var CDN = ''; // //gcdn.sale09.kr/data/image/'; var CDN = ''; // //gcdn.sale09.kr/data/image/';
var DEEP = 'intent://jasonpay_salepoison'; // var DEEP = 'intent://jasonpay_salepoison';
var DEEP = 'goodsshare://shop/item/';
var AGENT = 'android'; var AGENT = 'android';
var HIDE = []; var HIDE = [];
var CANCEL = []; var CANCEL = [];
...@@ -600,7 +601,7 @@ ...@@ -600,7 +601,7 @@
}) })
), $('<div />', {"class": "product_info"}).append( ), $('<div />', {"class": "product_info"}).append(
$('<a />', { $('<a />', {
"href": AGENT === 'web' ? '/goods/get/?idx=' + idx + '&uid=' + UID : DEEP + "?idx=" + idx + "#Intent;scheme=view;end", "href": AGENT === 'web' ? '/goods/get/?idx=' + idx + '&uid=' + UID : DEEP + "?productId=" + idx + "#Intent;scheme=view;end",
"class": "title" "class": "title"
}).html(title), }).html(title),
ul, ul,
......
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