[AI Generated]: feat(*): 对接数据页/测量报告真实接口,完善成员管理、蓝牙连接及成员选择抽屉逻辑

This commit is contained in:
17792275749
2026-05-15 14:10:27 +08:00
parent 5f9232572f
commit e0573857e0
16 changed files with 612 additions and 283 deletions
@@ -259,8 +259,10 @@ Page({
connectDeviceInfo
}
put<unknown>('weighingScale/v3/update/user', payload)
.then(() => {
put<UpdateUserPayload>('weighingScale/v3/update/user', payload)
.then(res => {
const { connectDeviceInfo: _, ...userInfo } = res.result
wx.setStorageSync('userInfo', userInfo)
wx.switchTab({ url: '/pages/home/home' })
})
}