|
@@ -12,7 +12,7 @@
|
|
|
<link rel="stylesheet" type="text/css" href="../css/style.css" />
|
|
|
<link rel="stylesheet" type="text/css" href="../css/swiper.min.css" />
|
|
|
<style>
|
|
|
- .swiper-container {
|
|
|
+ .swiper-container {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
}
|
|
@@ -171,7 +171,7 @@
|
|
|
<body>
|
|
|
<div class="topbar"></div>
|
|
|
<section>
|
|
|
- <div style="position: fixed;width: 6.9rem;margin-left: -1px;z-index: 2;background: #fff;">
|
|
|
+ <div style="position: fixed;width: 6.9rem;margin-left: -1px;z-index: 2;background: #fff;top:0.7rem">
|
|
|
<div class="home-top" style="padding: 0.1rem 0;">
|
|
|
<div class="home-top-left"><img id="set-local" class="home-top-local" src="../image/home_local.png" /> <span class="local-name"> 正在搜索您附近的酒店</span></div>
|
|
|
<div class="home-top-right" style="margin-top: -0.05rem;">
|
|
@@ -257,7 +257,10 @@
|
|
|
}
|
|
|
//滑动到底部
|
|
|
api.addEventListener({
|
|
|
- name: 'scrolltobottom'
|
|
|
+ name: 'scrolltobottom',
|
|
|
+ extra: {
|
|
|
+ threshold: 200
|
|
|
+ }
|
|
|
}, function(ret, err) {
|
|
|
getAddress();
|
|
|
});
|
|
@@ -584,7 +587,6 @@
|
|
|
if (_isload) {
|
|
|
return false;
|
|
|
}
|
|
|
- console.log(_page,_minid);
|
|
|
$.ajax({
|
|
|
url: siteurl + 'v2/entry/storeList',
|
|
|
data: {
|