添加的功能:查看推广码对应的结算记录
This commit is contained in:
@ -57,11 +57,12 @@ Page({
|
||||
})
|
||||
}
|
||||
if (res.data.code === 1) {
|
||||
let result = res.data.data
|
||||
this.setData({
|
||||
currentBalance: res.data.data.currentBalance,
|
||||
withdrawalAmount: res.data.data.withdrawalAmount,
|
||||
withdrawnAmount: res.data.data.withdrawnAmount,
|
||||
fundsChangeVOList: res.data.data.fundsChangeVOList
|
||||
currentBalance: result.currentBalance,
|
||||
withdrawalAmount: result.withdrawalAmount,
|
||||
withdrawnAmount: result.withdrawnAmount,
|
||||
fundsChangeVOList: result.fundsChangeVOList
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user