onShow
This commit is contained in:
@@ -29,11 +29,13 @@ export default {
|
||||
this.getList();
|
||||
},
|
||||
created() {
|
||||
document.title = "接收对象";
|
||||
this.injectJWeixin().then(() => {
|
||||
this.getList();
|
||||
})
|
||||
},
|
||||
onShow() {
|
||||
document.title = '接收对象'
|
||||
},
|
||||
methods: {
|
||||
...mapActions(['previewFile', 'injectJWeixin']),
|
||||
getList() {
|
||||
|
||||
Reference in New Issue
Block a user