story#7189,回程车小程序司机端-迁移认证页面
This commit is contained in:
@ -5,6 +5,12 @@ export const myMixins = {
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
showFun() {
|
||||
if( localStorage.getItem('infoVerify') == 8 || localStorage.getItem('infoVerify') == 12 ) {
|
||||
return false
|
||||
}
|
||||
return true
|
||||
},
|
||||
goPage(page, query) {
|
||||
this.$router.push({
|
||||
name: page,
|
||||
|
||||
Reference in New Issue
Block a user