var vm = new Vue({ el: "#app", data: { tel: '', i: 2, activeIndex: 2, solveSwiper: "", teleManaI: 1 }, mixins: [mixins], methods: { solveTab(i) { this.i = i; var j = i - 1; this.solveSwiper.slideTo(j, 1000, false); }, teleMana(i) { this.teleManaI = i; } } }); if (screen.availWidth !== 1280 && window.devicePixelRatio !== 1.5) { new WOW().init(); };