onShow
This commit is contained in:
@@ -137,7 +137,6 @@ export default {
|
||||
}
|
||||
},
|
||||
onLoad(option) {
|
||||
document.title = '活动报名'
|
||||
this.id = option.id
|
||||
this.$dict.load(['villageActivityStatus']).then(() => {
|
||||
this.getDetail()
|
||||
@@ -147,6 +146,9 @@ export default {
|
||||
this.getListInit()
|
||||
})
|
||||
},
|
||||
onShow() {
|
||||
document.title = '活动报名'
|
||||
},
|
||||
methods: {
|
||||
getDetail() {
|
||||
this.$http.post(`/app/appvillageactivityinfo/queryDetailById?id=${this.id}`).then((res) => {
|
||||
|
||||
Reference in New Issue
Block a user