作者 mxd

教师端修改

... ... @@ -74,7 +74,7 @@
this.onRetry()
},
onReachBottom() {
that.getData()
this.getData()
},
methods: {
previewImage(urls,current) {
... ...
... ... @@ -62,7 +62,7 @@
this.onRetry()
},
onReachBottom() {
that.getData()
this.getData()
},
methods: {
toDetails(data) {
... ...
... ... @@ -62,7 +62,7 @@
this.onRetry()
},
onReachBottom() {
that.getData()
this.getData()
},
methods: {
onRetry(){
... ...