Compare commits
2 Commits
3fe80ef076
...
52c448a268
Author | SHA1 | Date |
---|---|---|
chen | 52c448a268 | |
chen | d7296bab66 |
|
@ -282,6 +282,10 @@ $(function(){
|
|||
$('#submitTG').click(function(){
|
||||
closeTK()
|
||||
})
|
||||
// 去选择地址页面
|
||||
$('.goChooseDZ').on('click',function(){
|
||||
location.href = ''
|
||||
})
|
||||
// 监听页面滚动条变化
|
||||
$(window).scroll(function(){
|
||||
// 获取滚动条距离顶部的距离
|
||||
|
|
Loading…
Reference in New Issue