diff --git a/property-uniapp-project/App.vue b/property-uniapp-project/App.vue index 37b7e94..c1dcaa6 100644 --- a/property-uniapp-project/App.vue +++ b/property-uniapp-project/App.vue @@ -31,4 +31,8 @@ /* line-height: 1.6 !important; */ padding: 0 !important; } + + button:after{ + border-radius: 50px; + } diff --git a/property-uniapp-project/pages/api/api.js b/property-uniapp-project/pages/api/api.js index fee5f81..6b46471 100644 --- a/property-uniapp-project/pages/api/api.js +++ b/property-uniapp-project/pages/api/api.js @@ -20,4 +20,9 @@ export const getLoginBySms = (data) =>{ // 忘记密码接口 export const getResetPassword = (data) =>{ return post('/api/resident/auth/resetPassword',data) +} +// =========首页======= +// 查询小区列表 +export const getVillageList = () =>{ + return get('/api/resident/village/list') } \ No newline at end of file diff --git a/property-uniapp-project/pages/index/index.vue b/property-uniapp-project/pages/index/index.vue index a2d8bb9..e525a90 100644 --- a/property-uniapp-project/pages/index/index.vue +++ b/property-uniapp-project/pages/index/index.vue @@ -38,6 +38,7 @@ + diff --git a/property-uniapp-project/pages/loginSub/login.vue b/property-uniapp-project/pages/loginSub/login.vue index 610b817..db2972c 100644 --- a/property-uniapp-project/pages/loginSub/login.vue +++ b/property-uniapp-project/pages/loginSub/login.vue @@ -307,6 +307,7 @@ onUnmounted(() => { .login-btn:disabled { background-color: #99c8ff; color: #fff; + border-radius: 50px; } /* 底部链接 */ diff --git a/property-uniapp-project/pages/loginSub/pwd-login.vue b/property-uniapp-project/pages/loginSub/pwd-login.vue index a572f84..752013e 100644 --- a/property-uniapp-project/pages/loginSub/pwd-login.vue +++ b/property-uniapp-project/pages/loginSub/pwd-login.vue @@ -257,6 +257,8 @@ const handleLogin = () => { .login-btn:disabled { background-color: #99c8ff; color: #fff; + + } .bottom-link { diff --git a/property-uniapp-project/pages/notice-list/selectHome.vue b/property-uniapp-project/pages/notice-list/selectHome.vue index fd1c78f..2a57810 100644 --- a/property-uniapp-project/pages/notice-list/selectHome.vue +++ b/property-uniapp-project/pages/notice-list/selectHome.vue @@ -98,6 +98,8 @@