Commit 5c4278ed by 施宇

1111

parent e208a022
...@@ -142,7 +142,8 @@ $(function () { ...@@ -142,7 +142,8 @@ $(function () {
window.location.href = "/gooddetail?type="+ type +"&id=" + goodid window.location.href = "/gooddetail?type="+ type +"&id=" + goodid
}); });
$('.goods_data_list').on('click', '.lx_cus', function () { $('.goods_data_list').on('click', '.lx_cus', function () {
window.location.href = "/chat" Util.setCookie('customer', Util.getRequest('key') || "", 1, cookieHostname)
window.location.href = "/chat";
}); });
} }
}; };
......
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