@@ -202,7 +202,8 @@
checkStatus: '',
scrollLeft: 0
}
- },
+ },
+
mounted() {
that = this;
this.getLeftData();
@@ -222,6 +223,12 @@
},
+ onPullDownRefresh() {
+ setTimeout(() => {
+ this.init();
+ uni.stopPullDownRefresh();
+ }, 1000);
methods: {
init() {