上传图标圆角问题

This commit is contained in:
A1300399510
2025-02-08 18:58:27 +08:00
parent e04ff556db
commit 920d0737c4
13 changed files with 59 additions and 67 deletions

View File

@@ -585,7 +585,7 @@ export default {
const goLogin = () => {
if (typeof window === "undefined") return
if (Object.keys(window["userInfoWin"]).length !== 0) {
if (window["userInfoWin"]["uid"]) isNeedLogin.value = false
if (window["userInfoWin"]["uid"] || window["userInfoWin"]["uin"]) isNeedLogin.value = false
else if (!document.querySelector("#append_parent #fwin_login")) ajax_login()
} else if (!document.querySelector("#append_parent #fwin_login")) ajax_login()
}