Commit 5ea1d4b7 by 施宇

1111

parent 3122b539
...@@ -133,8 +133,17 @@ ...@@ -133,8 +133,17 @@
</div> </div>
<include file="public/foot" /> <include file="public/foot" />
<script> <script>
$('.gt_div ').on('click', function () { $('.gt_div ').on('click', function () {
Util.setCookie('test', '1', 1) 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' window.location.href = '/chat'
}) })
</script> </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