Compare commits

..

2 Commits

Author SHA1 Message Date
chen 52c448a268 Merge branch 'master' of http://git.scdxtc.com/chen/huaxia 2021-09-14 18:18:38 +08:00
chen d7296bab66 修改 2021-09-14 18:18:33 +08:00
1 changed files with 4 additions and 0 deletions

View File

@ -282,6 +282,10 @@ $(function(){
$('#submitTG').click(function(){
closeTK()
})
// 去选择地址页面
$('.goChooseDZ').on('click',function(){
location.href = ''
})
// 监听页面滚动条变化
$(window).scroll(function(){
// 获取滚动条距离顶部的距离