查询流水进行区分
This commit is contained in:
@@ -36,7 +36,8 @@
|
||||
page: 1,
|
||||
limit: 10,
|
||||
totalCount: 0,
|
||||
moneyType: null
|
||||
moneyType: null,
|
||||
viewType: null,
|
||||
}
|
||||
},
|
||||
onLoad: function(e) {
|
||||
@@ -47,6 +48,9 @@
|
||||
title: e.moneyType == 1 ? '红包明细' : '金币明细'
|
||||
});
|
||||
}
|
||||
if (e.viewType) {
|
||||
this.viewType = e.viewType
|
||||
}
|
||||
this.getMoney();
|
||||
},
|
||||
|
||||
@@ -60,6 +64,7 @@
|
||||
page : that.page,
|
||||
limit : that.limit,
|
||||
moneyType : this.moneyType,
|
||||
viewType: this.viewType,
|
||||
}
|
||||
|
||||
this.$Request.getT('app/moneyDetails/queryUserMoneyDetails', data).then(res => {
|
||||
|
||||
Reference in New Issue
Block a user