onShow
This commit is contained in:
@@ -39,9 +39,11 @@ export default {
|
||||
}
|
||||
},
|
||||
onLoad(o) {
|
||||
document.title = '发布动态'
|
||||
this.id = o.id || ''
|
||||
},
|
||||
onShow() {
|
||||
document.title = '发布动态'
|
||||
},
|
||||
methods: {
|
||||
addPost() {
|
||||
if (this.flag) return
|
||||
|
||||
Reference in New Issue
Block a user