|
@@ -132,7 +132,6 @@ window.foton = window.foton || {};
|
132
|
132
|
let jctj = $(".jctj").offset().top;
|
133
|
133
|
let cspz = $(".cspz").offset().top;
|
134
|
134
|
window.onscroll = function(){
|
135
|
|
- console.log(1111, _this.listenScroll);
|
136
|
135
|
if(_this.listenScroll === false){ return}
|
137
|
136
|
|
138
|
137
|
let top = window.scrollY + 1000;
|
|
@@ -159,7 +158,7 @@ window.foton = window.foton || {};
|
159
|
158
|
new Swiper(".qjzs .swiper-container", {
|
160
|
159
|
prevButton:'.qjzs .wg',
|
161
|
160
|
nextButton:'.qjzs .ns',
|
162
|
|
- onTouchStart: function(swiper){
|
|
161
|
+ onSlideChangeStart: function(swiper){
|
163
|
162
|
// alert(swiper.activeIndex);
|
164
|
163
|
$("#container .qjzs .nav .line").toggleClass("right");
|
165
|
164
|
}
|