26941
This commit is contained in:
@@ -145,7 +145,9 @@ export default {
|
||||
this.getDetail()
|
||||
})
|
||||
},
|
||||
onShow() {},
|
||||
onShow() {
|
||||
document.title = '随手拍'
|
||||
},
|
||||
methods: {
|
||||
getDetail() {
|
||||
this.$http.post(`/app/appclapeventinfo/queryDetailById?id=${this.id}`).then((res) => {
|
||||
|
||||
Reference in New Issue
Block a user