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