[AI Generated]: fix(*): 首页连接文案改为「设备已连接」,成员详情接口切换至 v3
This commit is contained in:
@@ -78,7 +78,7 @@ Page({
|
||||
const { userId } = options
|
||||
if (!userId) return
|
||||
this.setData({ isEdit: true, userId })
|
||||
get<SysUserDevice>('weighingScale/v2/getUserInfo', { id: userId }, { loading: false })
|
||||
get<SysUserDevice>('weighingScale/v3/select/userinfo/byId', { id: userId }, { loading: false })
|
||||
.then((res: any) => {
|
||||
const u: SysUserDevice = res.result
|
||||
if (!u) return
|
||||
|
||||
Reference in New Issue
Block a user