上传图标圆角问题
This commit is contained in:
2
app.vue
2
app.vue
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user