@@ -557,7 +557,6 @@ const openFollowTabs = () => {
}
async function clickFollowAll(item, is_all) {
- debugger
let _userInfo = await checkIsLogin()
if (!_userInfo) {
return
@@ -1453,6 +1452,7 @@ body {
.content {
+ position: relative;
width: 375px;
height: 500px;
background: #fafafa;