添加打赏明细
This commit is contained in:
parent
164f03fd5e
commit
e4728390be
|
@ -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,
|
||||
|
|
|
@ -284,6 +284,7 @@
|
|||
confirmSelectedDate(e) {
|
||||
this.selectedDate = e;
|
||||
this.fundDetail = [];
|
||||
this.currentPage = 1;
|
||||
this.getFundDataList({
|
||||
artificerId: this.userId,
|
||||
detailsType: this.activeIntegral,
|
||||
|
|
|
@ -352,6 +352,12 @@
|
|||
"enablePullDownRefresh": false
|
||||
}
|
||||
}, {
|
||||
"path": "dashang/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "打赏明细",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
},{
|
||||
"path": "help/helpDetail",
|
||||
"style": {
|
||||
"navigationBarTitleText": "帮助详情",
|
||||
|
|
|
@ -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============>");
|
||||
|
|
Loading…
Reference in New Issue