修改邀请页面问题
This commit is contained in:
@@ -215,6 +215,7 @@
|
||||
modalName: '',
|
||||
haibaoImgH5: '',
|
||||
qdCode: '', //渠道码
|
||||
inviteSignCount:0
|
||||
}
|
||||
},
|
||||
onShareAppMessage(res) {
|
||||
@@ -456,8 +457,9 @@
|
||||
this.$u.api.queryInviter().then(res => {
|
||||
if (res.code == 0) {
|
||||
this.cumulativeRevenue = res.data.inviteMoney.moneySum //累计收益
|
||||
this.inviterNumber = res.data.yaoqingRenshu //邀请人数
|
||||
this.inviterNumber = res.data.inviteCount //邀请人数
|
||||
this.withdrawn = res.data.inviteMoney.cashOut //已提现
|
||||
console.log(res.data);
|
||||
this.inviteSignCount = res.data.inviteSignCount
|
||||
Object.assign(this.earning,res.data.earning)
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user