25499
This commit is contained in:
@@ -101,7 +101,7 @@ export default {
|
||||
},
|
||||
handleDetail({id}){
|
||||
uni.navigateTo({
|
||||
url:"/apps/meetingNotice/detail?id=" + id
|
||||
url:"/apps/AppMeetingNotice/detail?id=" + id
|
||||
})
|
||||
},
|
||||
getData() {
|
||||
|
||||
@@ -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