提交 c0d2f528 authored 作者: lihuihui's avatar lihuihui

修改navigation

上级 fd53723d
...@@ -25,23 +25,13 @@ export default { ...@@ -25,23 +25,13 @@ export default {
components: {}, components: {},
data () { data () {
return { return {
name: '您好', name: window.G.UserInfo.student_info.personal_name || '你好',
num: 0 num: 0
} }
}, },
mounted () { mounted () {
this.name = window.G.UserInfo.student_info.personal_name || '' console.log(window.G.UserInfo)
// request({ this.name = window.G.UserInfo.student_info.personal_name || '你好'
// component: this,
// actionName: 'msgAction',
// functionName: 'getMyMsg',
// data: {},
// thenCallback: data => {
// this.num = data.length
// },
// catchCallback: () => {},
// finallyCallback: () => {}
// })
}, },
methods: { methods: {
goNotify () { goNotify () {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论