fix: API升级v5、错误提示优化、体重必填移除等

- selectMemberDrawer: v3→v5 API升级
- lefu/service: 统一错误提示文案
- equipmentMember: 修复删除确认弹框文案
- home: 优化加载中提示
- supplementPersonal: 移除体重必填校验

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
17792275749
2026-06-12 15:57:43 +08:00
co-authored by Claude Opus 4.7
parent ea8f828702
commit e8d40d7dfc
6 changed files with 9 additions and 14 deletions
@@ -253,10 +253,6 @@ Page({
wx.showToast({ title: '请填写身高', icon: 'none' })
return
}
if (!weight || isNaN(weightNum) || weightNum <= 0) {
wx.showToast({ title: '请填写体重', icon: 'none' })
return
}
const parsed = this.parseIdCard(idCard)