Commit 5ea1d4b7 by 施宇

1111

parent 3122b539
......@@ -133,8 +133,17 @@
</div>
<include file="public/foot" />
<script>
$('.gt_div ').on('click', function () {
Util.setCookie('test', '1', 1)
$('.gt_div ').on('click', function () {
var obj = {
userId: '18589050841',
type: "STM32F103ZET6",
price: "67.9800",
brand: "Texas Instruments",
fz: "LQFP-144",
num: "100,000",
hq: "现货",
}
Util.setCookie('template', JSON.stringify(obj), 1)
window.location.href = '/chat'
})
</script>
......
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