隐藏右上角菜单接口

This commit is contained in:
wanglei
2021-12-14 18:16:06 +08:00
parent ffc1019944
commit ca1f768db9
2 changed files with 4 additions and 2 deletions

View File

@@ -233,8 +233,9 @@
},
onShow() {
document.title = "会议详情"
this.$dict.load("meetStatus")
document.title = "会议详情";
this.$dict.load("meetStatus");
wx.hideOptionMenu();
},
filters: {
transform(status) {

View File

@@ -86,6 +86,7 @@
onShow() {
document.title = "公告详情";
wx.hideOptionMenu();
},
methods: {