This commit is contained in:
skjia 2025-07-28 09:44:05 +08:00
parent 1ccebfe824
commit 17ca482461
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ import request from '@/utils/request';
*/
export function healthDetailApi(data) {
return request({
url: '/smart-canteen/health_person_info/detail-health-info',
url: '/smart-canteen/health_person_info/detail-health-appinfo',
method: 'post',
data
})

View File

@ -311,7 +311,7 @@ export default {
}
}).catch(errors => {
console.error('Validation failed:', errors);
uni.$u.toast('请检查并修正错误');
uni.$u.toast('请填写完整信息');
});
},
hideKeyboard() {