|
@ -35,6 +35,9 @@ |
|
|
|
|
|
|
|
|
</html> |
|
|
</html> |
|
|
<script type="text/javascript"> |
|
|
<script type="text/javascript"> |
|
|
|
|
|
$('.wrap').on('touchmove',function(e){ |
|
|
|
|
|
e.preventDefault(); |
|
|
|
|
|
}) |
|
|
$('.wrap').css('height', $(window).height()) |
|
|
$('.wrap').css('height', $(window).height()) |
|
|
$('.btn').click(function() { |
|
|
$('.btn').click(function() { |
|
|
window.location.href = "areaList.html" |
|
|
window.location.href = "areaList.html" |
|
|