1
This commit is contained in:
parent
28b2dafa5a
commit
0d44f9e8c5
@ -96,9 +96,10 @@
|
|||||||
*/
|
*/
|
||||||
changeMenu(code) {
|
changeMenu(code) {
|
||||||
this.nowUserType = getUserType()
|
this.nowUserType = getUserType()
|
||||||
this.menuCode = code
|
|
||||||
if ("fabu" == code) {
|
if ("fabu" == code) {
|
||||||
this.$tab.navigateTo('/pages/notice/public-notice')
|
this.$tab.navigateTo('/pages/notice/public-notice')
|
||||||
|
} else {
|
||||||
|
this.menuCode = code
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user