|
@@ -403,7 +403,7 @@
|
|
|
},
|
|
|
on:{
|
|
|
tap: function(swiper, event){
|
|
|
- if(this.activeIndex == 0 || this.activeIndex == 1 || this.activeIndex == 2 || this.activeIndex == 3){
|
|
|
+ if(this.activeIndex == 0 || this.activeIndex == 1 || this.activeIndex == 2 || this.activeIndex == 3 || this.activeIndex == 4){
|
|
|
//document.getElementById('video').setAttribute("src", './video/'+(this.activeIndex+1)+".mp4");
|
|
|
document.getElementById('video').setAttribute("src", './video/'+(this.activeIndex+1)+".mp4");
|
|
|
$('#myModal').modal({})
|