对接公告接口
This commit is contained in:
@@ -241,9 +241,13 @@ const handleLogin = () => {
|
|||||||
.login-btn:disabled {
|
.login-btn:disabled {
|
||||||
background-color: #99c8ff;
|
background-color: #99c8ff;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
border-radius: 50px;
|
/* border-radius: 50px; */
|
||||||
|
|
||||||
}
|
}
|
||||||
|
/* 禁用按钮边框 */
|
||||||
|
button:after{
|
||||||
|
border-radius: 50px;
|
||||||
|
}
|
||||||
|
|
||||||
.bottom-link {
|
.bottom-link {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
@@ -213,6 +213,7 @@ const slelctHomeData = (data) =>{
|
|||||||
currentVillageId.value = data.villageId
|
currentVillageId.value = data.villageId
|
||||||
}
|
}
|
||||||
getCurrentCommunityData()
|
getCurrentCommunityData()
|
||||||
|
getNoticeData()
|
||||||
}
|
}
|
||||||
// 获取当前认证小区的方法
|
// 获取当前认证小区的方法
|
||||||
const getCurrentCommunityData = () => {
|
const getCurrentCommunityData = () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user