bug
This commit is contained in:
@@ -169,7 +169,7 @@
|
||||
content: '您只有完成信息认证后,才可进行相关操作。',
|
||||
confirmText: '去认证'
|
||||
}).then(() => {
|
||||
this.$linkTo('../AppMine/userInfo')
|
||||
this.$linkTo('../AppMine/userInfo?isFromTabbar=1&path=/pages/AppCircle/AppCircle')
|
||||
}).catch(() => {
|
||||
})
|
||||
}
|
||||
|
||||
@@ -38,6 +38,7 @@ export default {
|
||||
name: 'AppHome',
|
||||
appName: "首页",
|
||||
customNavigation: true,
|
||||
navigationBarBackgroundColor: '#ffffff',
|
||||
navigationBarTextStyle: 'black',
|
||||
data() {
|
||||
return {
|
||||
|
||||
@@ -59,6 +59,7 @@ export default {
|
||||
name: "AppMine",
|
||||
appName: "我的",
|
||||
customNavigation: true,
|
||||
navigationBarBackgroundColor: '#ffffff',
|
||||
navigationBarTextStyle: 'black',
|
||||
computed: {
|
||||
...mapState(['user', 'token']),
|
||||
|
||||
Reference in New Issue
Block a user