对接公告接口

This commit is contained in:
zhouyanli
2026-04-23 17:29:01 +08:00
parent 347917e40a
commit d569bbc8e1
2 changed files with 6 additions and 1 deletions

View File

@@ -241,9 +241,13 @@ const handleLogin = () => {
.login-btn:disabled {
background-color: #99c8ff;
color: #fff;
border-radius: 50px;
/* border-radius: 50px; */
}
/* 禁用按钮边框 */
button:after{
border-radius: 50px;
}
.bottom-link {
display: flex;

View File

@@ -213,6 +213,7 @@ const slelctHomeData = (data) =>{
currentVillageId.value = data.villageId
}
getCurrentCommunityData()
getNoticeData()
}
// 获取当前认证小区的方法
const getCurrentCommunityData = () => {