作者 mxd

教师端修改

@@ -74,7 +74,7 @@ @@ -74,7 +74,7 @@
74 this.onRetry() 74 this.onRetry()
75 }, 75 },
76 onReachBottom() { 76 onReachBottom() {
77 - that.getData() 77 + this.getData()
78 }, 78 },
79 methods: { 79 methods: {
80 previewImage(urls,current) { 80 previewImage(urls,current) {
@@ -62,7 +62,7 @@ @@ -62,7 +62,7 @@
62 this.onRetry() 62 this.onRetry()
63 }, 63 },
64 onReachBottom() { 64 onReachBottom() {
65 - that.getData() 65 + this.getData()
66 }, 66 },
67 methods: { 67 methods: {
68 toDetails(data) { 68 toDetails(data) {
@@ -62,7 +62,7 @@ @@ -62,7 +62,7 @@
62 this.onRetry() 62 this.onRetry()
63 }, 63 },
64 onReachBottom() { 64 onReachBottom() {
65 - that.getData() 65 + this.getData()
66 }, 66 },
67 methods: { 67 methods: {
68 onRetry(){ 68 onRetry(){