添加打赏明细

This commit is contained in:
yangjun 2024-06-29 16:26:00 +08:00
parent 164f03fd5e
commit e4728390be
4 changed files with 19 additions and 3 deletions

View File

@ -341,7 +341,12 @@
confirmSelectedDate(e) {
this.selectedDate = e;
this.commissionDetail = [];
this.getHomePageNum(this.selectedDate);
this.currentPage = 1;
this.getHomePageNum({
artificerId: this.artificerId,
fundData: this.selectedDate,
fundType: this.activeRange,
});
this.getCommissionDataList({
artificerId: this.artificerId,
fundData: this.selectedDate,

View File

@ -284,6 +284,7 @@
confirmSelectedDate(e) {
this.selectedDate = e;
this.fundDetail = [];
this.currentPage = 1;
this.getFundDataList({
artificerId: this.userId,
detailsType: this.activeIntegral,

View File

@ -352,6 +352,12 @@
"enablePullDownRefresh": false
}
}, {
"path": "dashang/index",
"style": {
"navigationBarTitleText": "打赏明细",
"enablePullDownRefresh": false
}
},{
"path": "help/helpDetail",
"style": {
"navigationBarTitleText": "帮助详情",

View File

@ -125,7 +125,7 @@
<view class="" style="font-size: 24px;font-weight: bold;">
{{ currentRealIncome ? currentRealIncome : 0 }}
</view>
<view class="" style="font-size: 14px; margin-top: 5px;">当期收益()</view>
<view class="" style="font-size: 14px; margin-top: 5px;">当期项目收益()</view>
</view>
<view class="shuxian"></view>
<view class="" @tap="goNav('/pages/index/currentPoints')">
@ -333,6 +333,10 @@
<image src="../../static/index/order_1.png" style="width: 70rpx;height: 70rpx;"></image>
<view class="tongji-text">紧急报警</view>
</view>
<view class="text-center" @click="goNav('/my/dashang/index')">
<image src="../../static/index/order_1.png" style="width: 70rpx;height: 70rpx;"></image>
<view class="tongji-text">打赏明细</view>
</view>
</view>
<!-- <view class="flex justify-between margin-top" style="border: 1rpx solid #cccccc;background-color: #e1f5ea; border-radius: 20rpx;">
<view class="guanlibox" @click="goDetail(1)">
@ -750,7 +754,7 @@ export default {
that.time = setInterval(function () {
that.getNewOrder()
console.log(that.time);
}, 10000)
}, 1000000)
}
} else {
console.log(this.userId,"false============>");