添加的功能:查看推广码对应的结算记录
This commit is contained in:
@ -24,12 +24,13 @@ Page({
|
||||
},
|
||||
success: res => {
|
||||
console.log('团队成员信息---->',res.data.data);
|
||||
let result = res.data.data
|
||||
this.setData({
|
||||
directAgentSize: res.data.data.directAgentSize,
|
||||
teamSize: res.data.data.teamSize,
|
||||
teamEarnings: res.data.data.teamEarnings,
|
||||
invitationCode: res.data.data.invitationCode,
|
||||
userMemberInfoVOList: res.data.data.userMemberInfoVOList
|
||||
directAgentSize: result.directAgentSize,
|
||||
teamSize: result.teamSize,
|
||||
teamEarnings: result.teamEarnings,
|
||||
invitationCode: result.invitationCode,
|
||||
userMemberInfoVOList: result.userMemberInfoVOList
|
||||
})
|
||||
}
|
||||
})
|
||||
|
@ -131,7 +131,7 @@
|
||||
height: 35.63rpx;
|
||||
}
|
||||
.text_8 {
|
||||
color: #8c8c8c;
|
||||
color: #323232;
|
||||
line-height: 20.96rpx;
|
||||
}
|
||||
.list {
|
||||
|
Reference in New Issue
Block a user