对接公告接口
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -213,6 +213,7 @@ const slelctHomeData = (data) =>{
|
||||
currentVillageId.value = data.villageId
|
||||
}
|
||||
getCurrentCommunityData()
|
||||
getNoticeData()
|
||||
}
|
||||
// 获取当前认证小区的方法
|
||||
const getCurrentCommunityData = () => {
|
||||
|
||||
Reference in New Issue
Block a user