提交
This commit is contained in:
@@ -65,18 +65,14 @@
|
||||
},
|
||||
|
||||
methods: {
|
||||
emitReachBottom(){
|
||||
this.current = this.current + 1;
|
||||
this.getData()
|
||||
},
|
||||
detail({id}) {
|
||||
this.$parent.params = id;
|
||||
this.$parent.isList = false;
|
||||
if (this.params == 2) {
|
||||
this.$parent.comp = "addMeeting"
|
||||
let url
|
||||
if (this.index == 2) {
|
||||
url = "/apps/meetingNotice/addMeeting?id=" + id
|
||||
} else {
|
||||
this.$parent.comp = "detail"
|
||||
url = "/apps/meetingNotice/detail?id=" + id
|
||||
}
|
||||
uni.navigateTo({url})
|
||||
},
|
||||
tag(status) {
|
||||
return {
|
||||
@@ -105,6 +101,8 @@
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
|
||||
filters: {
|
||||
format(date) {
|
||||
return date.split(" ")[1].substr(0, 5)
|
||||
|
||||
Reference in New Issue
Block a user