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

修改navigation

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