This commit is contained in:
luyuan 2020-10-10 14:04:19 +08:00
parent c790a34cbe
commit 4e6f197a16
Signed by: theluyuan
GPG Key ID: A7972FD973317FF3

View File

@ -299,6 +299,8 @@ export default defineComponent({
const userinfo = computed(() => store.state.userinfo) const userinfo = computed(() => store.state.userinfo)
// //
const formData = reactive(formBasic); const formData = reactive(formBasic);
const modalNode = () => document.getElementsByClassName('modal-container')[0]
/** /**
* 修改用户名 * 修改用户名
* @return { void } * @return { void }
@ -428,7 +430,7 @@ export default defineComponent({
} }
return { return {
modalNode: () => document.getElementsByClassName('modal-container')[0], modalNode,
formData, formData,
updateUserName, updateUserName,
addSpeakLang, addSpeakLang,