This commit is contained in:
wanglei
2021-12-13 11:45:03 +08:00
parent b631cccc4f
commit e6e66a941c
2 changed files with 19 additions and 20 deletions

View File

@@ -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)