|
@@ -210,7 +210,6 @@
|
|
|
setTimeout(function(){
|
|
|
that.qrFun(that.studentId)
|
|
|
},1000)
|
|
|
-
|
|
|
}
|
|
|
},
|
|
|
// swiper-item左右移动,通知tabs的滑块跟随移动
|
|
@@ -224,6 +223,7 @@
|
|
|
this.$refs.uTabs.setFinishCurrent(current);
|
|
|
this.swiperCurrent = current;
|
|
|
this.current = current;
|
|
|
+ this.qrFun(this.studentId)
|
|
|
},
|
|
|
// 下拉刷新
|
|
|
onRefresh() {
|