@@ -191,7 +191,7 @@ export default{
}
},
change : function(e) {
- this.swiper.index = e.detail.current;
+ this.swiper.index = parseInt(e.detail.current);
//用户记录
this.record();
this.controlHandle();