diff --git a/api/mine/health.js b/api/mine/health.js index de4ef80..2dee896 100644 --- a/api/mine/health.js +++ b/api/mine/health.js @@ -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 }) diff --git a/pages/mine/me/healthInformation.vue b/pages/mine/me/healthInformation.vue index e5c4a1a..411f274 100644 --- a/pages/mine/me/healthInformation.vue +++ b/pages/mine/me/healthInformation.vue @@ -311,7 +311,7 @@ export default { } }).catch(errors => { console.error('Validation failed:', errors); - uni.$u.toast('请检查并修正错误'); + uni.$u.toast('请填写完整信息'); }); }, hideKeyboard() {