|
@@ -170,7 +170,6 @@ |
|
@@ -170,7 +170,6 @@ |
170
|
|
170
|
|
171
|
<script src="http://res.wx.qq.com/open/js/jweixin-1.4.0.js"></script>
|
171
|
<script src="http://res.wx.qq.com/open/js/jweixin-1.4.0.js"></script>
|
172
|
<script>
|
172
|
<script>
|
173
|
- $(function () {
|
|
|
174
|
$('.navImg1 img').click(function() {
|
173
|
$('.navImg1 img').click(function() {
|
175
|
if ($(this).attr('src') == "__TMPL__/public/assets/images/xx.png") {
|
174
|
if ($(this).attr('src') == "__TMPL__/public/assets/images/xx.png") {
|
176
|
$('#video').show();
|
175
|
$('#video').show();
|
|
@@ -183,6 +182,7 @@ |
|
@@ -183,6 +182,7 @@ |
183
|
$('video').bind('contextmenu', function() {
|
182
|
$('video').bind('contextmenu', function() {
|
184
|
return false;
|
183
|
return false;
|
185
|
});
|
184
|
});
|
|
|
185
|
+
|
186
|
var video_index = getUrlParam('video_index');
|
186
|
var video_index = getUrlParam('video_index');
|
187
|
//默认第一个视频
|
187
|
//默认第一个视频
|
188
|
if(video_index == ''){
|
188
|
if(video_index == ''){
|
|
@@ -196,15 +196,6 @@ |
|
@@ -196,15 +196,6 @@ |
196
|
video_index_url(video_index);
|
196
|
video_index_url(video_index);
|
197
|
video_share();
|
197
|
video_share();
|
198
|
}
|
198
|
}
|
199
|
- });
|
|
|
200
|
-
|
|
|
201
|
- // swiper
|
|
|
202
|
- var swiper = new Swiper(".swiper-container", {
|
|
|
203
|
- slidesPerView: 3,
|
|
|
204
|
- paginationClickable: true,
|
|
|
205
|
- spaceBetween: 8,
|
|
|
206
|
- freeMode: true
|
|
|
207
|
- });
|
|
|
208
|
|
199
|
|
209
|
//登录
|
200
|
//登录
|
210
|
var users = $('#users').val();
|
201
|
var users = $('#users').val();
|
|
@@ -259,7 +250,13 @@ |
|
@@ -259,7 +250,13 @@ |
259
|
$(".fourth_video_start").hide();
|
250
|
$(".fourth_video_start").hide();
|
260
|
}
|
251
|
}
|
261
|
|
252
|
|
262
|
-
|
253
|
+ // swiper
|
|
|
254
|
+ var swiper = new Swiper(".swiper-container", {
|
|
|
255
|
+ slidesPerView: 3,
|
|
|
256
|
+ paginationClickable: true,
|
|
|
257
|
+ spaceBetween: 8,
|
|
|
258
|
+ freeMode: true
|
|
|
259
|
+ });
|
263
|
$(".select input").click(function() {
|
260
|
$(".select input").click(function() {
|
264
|
if ($(this).next("img").attr("src") == "__TMPL__/public/assets/images/down2.png") {
|
261
|
if ($(this).next("img").attr("src") == "__TMPL__/public/assets/images/down2.png") {
|
265
|
$(this)
|
262
|
$(this)
|