25499
This commit is contained in:
@@ -65,9 +65,9 @@
|
||||
detail({id}) {
|
||||
let url
|
||||
if (this.index == 2) {
|
||||
url = "/apps/meetingNotice/addMeeting?id=" + id
|
||||
url = "/apps/AppMeetingNotice/addMeeting?id=" + id
|
||||
} else {
|
||||
url = "/apps/meetingNotice/detail?id=" + id
|
||||
url = "/apps/AppMeetingNotice/detail?id=" + id
|
||||
}
|
||||
uni.navigateTo({url})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user