|
@@ -26,13 +26,16 @@
|
|
<div class="swiper-slide">
|
|
<div class="swiper-slide">
|
|
<img src="/wxswordfish/images/guide-5.png">
|
|
<img src="/wxswordfish/images/guide-5.png">
|
|
</div>
|
|
</div>
|
|
|
|
+ <div class="swiper-slide">
|
|
|
|
+ <img src="/wxswordfish/images/guide-6.png">
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
<!-- 如果需要分页器 -->
|
|
<!-- 如果需要分页器 -->
|
|
<div class="swiper-pagination"></div>
|
|
<div class="swiper-pagination"></div>
|
|
<div class="guide-bottom">
|
|
<div class="guide-bottom">
|
|
- <img src="/wxswordfish/images/up.png">
|
|
|
|
- <span class="jumpGuide" onclick="{{if session "userid"}}window.location.href='/swordfish/page'{{else}}history.go(-1);{{end}}">跳过引导>></span>
|
|
|
|
- <span class="goToShare" id="goToShare">分享</span>
|
|
|
|
|
|
+ <img class="arrow-up" src="/wxswordfish/images/up.png">
|
|
|
|
+ <img src="/wxswordfish/images/jump.png" class="jumpGuide" onclick="{{if session "userid"}}window.location.href='/swordfish/page'{{else}}history.go(-1);{{end}}">
|
|
|
|
+ <img class="goToShare" id="goToShare" src="/wxswordfish/images/guide-share.png">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{{include "/swordfish/wxtoolbar.html"}}
|
|
{{include "/swordfish/wxtoolbar.html"}}
|
|
@@ -61,9 +64,11 @@ $(function(){
|
|
});
|
|
});
|
|
},
|
|
},
|
|
onSliderMove: function(swiper, event){
|
|
onSliderMove: function(swiper, event){
|
|
|
|
+ {{if session "userid"}}
|
|
if(swiper.isEnd && (swiper.touches.currentX - swiper.touches.startX) > 20) {
|
|
if(swiper.isEnd && (swiper.touches.currentX - swiper.touches.startX) > 20) {
|
|
window.location.href = "/swordfish/page";
|
|
window.location.href = "/swordfish/page";
|
|
}
|
|
}
|
|
|
|
+ {{end}}
|
|
}
|
|
}
|
|
});
|
|
});
|
|
/*
|
|
/*
|