【修改】 标准协会会员基本信息

This commit is contained in:
fengachen
2021-12-20 11:31:31 +08:00
parent 0a179a6129
commit d0f7fd5d37
3 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -15,8 +15,8 @@ Page({
console.log(res);
if(res.success){
this.setData({
secretariatInfo:res.result,
companyInfo:res.result
secretariatInfo:res.result.secretariat,
companyInfo:res.result.memberInfo
})
}
}).catch(err => {