bug
This commit is contained in:
@@ -66,6 +66,13 @@
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
emitShow(){
|
||||
this.getList()
|
||||
},
|
||||
emitReachBottom(){
|
||||
this.current = this.current + 1;
|
||||
this.getList()
|
||||
},
|
||||
tag(status) {
|
||||
return {
|
||||
"1": this.$cdn + 'common/1wks.png',
|
||||
@@ -103,15 +110,6 @@
|
||||
},
|
||||
},
|
||||
|
||||
created() {
|
||||
this.getList()
|
||||
},
|
||||
|
||||
onReachBottom() {
|
||||
this.current = this.current + 1;
|
||||
this.getList()
|
||||
},
|
||||
|
||||
filters: {
|
||||
formatTime(date) {
|
||||
return date.split(" ")[1]?.substr(0, 5)
|
||||
|
||||
Reference in New Issue
Block a user