修改userinfo.js的小bug
parent
601b1c9d4f
commit
ad9ad1b748
|
@ -76,7 +76,7 @@ const user = {
|
||||||
console.log("res:", res);
|
console.log("res:", res);
|
||||||
|
|
||||||
const infoDocument = ref([]);
|
const infoDocument = ref([]);
|
||||||
infoDocument =
|
infoDocument.value =
|
||||||
userInfo == null ||
|
userInfo == null ||
|
||||||
userInfo.infoDocument == "" ||
|
userInfo.infoDocument == "" ||
|
||||||
userInfo.infoDocument == null
|
userInfo.infoDocument == null
|
||||||
|
|
Loading…
Reference in New Issue