mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2026-02-05 18:15:28 +08:00
Jeecg-Boot 2.1.4 版本发布 | 重构较大,较多新功能
This commit is contained in:
@ -26,7 +26,7 @@
|
||||
},
|
||||
computed: {
|
||||
email () {
|
||||
let v = this.form && this.form.username || 'xxx'
|
||||
let v = this.form ? this.form.username || this.form.mobile : ' XXX '
|
||||
let title = `你的账户:${v} 注册成功`
|
||||
this.username = v;
|
||||
return title
|
||||
|
||||
Reference in New Issue
Block a user