Commit 12e37b58 authored by platyhouse's avatar platyhouse

- encrypted

parent df90ac65
......@@ -39,7 +39,8 @@
var LIMIT = 10;
var UID = '<?=$userId?>';
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 HIDE = [];
var CANCEL = [];
......@@ -600,7 +601,7 @@
})
), $('<div />', {"class": "product_info"}).append(
$('<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"
}).html(title),
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