提交 5f6c5df4 authored 作者: lihuihui's avatar lihuihui

bug修改

上级 a8d8ec8a
...@@ -25,12 +25,12 @@ export default { ...@@ -25,12 +25,12 @@ export default {
components: {}, components: {},
data () { data () {
return { return {
name: '', name: '您好',
num: 0 num: 0
} }
}, },
mounted () { mounted () {
this.name = (window.G.UserInfo && window.G.UserInfo.student_info && window.G.UserInfo.student_info.personal_name) || '' this.name = window.G.UserInfo.student_info.personal_name || ''
// request({ // request({
// component: this, // component: this,
// actionName: 'msgAction', // actionName: 'msgAction',
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论