修改bug

This commit is contained in:
yangjun 2024-06-29 19:47:30 +08:00
parent 79f1c086d9
commit d243849701
4 changed files with 17 additions and 7 deletions

View File

@ -357,7 +357,15 @@
"navigationBarTitleText": "打赏明细", "navigationBarTitleText": "打赏明细",
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
},{ },
{
"path": "wallet/myshouyidetail",
"style": {
"navigationBarTitleText": "收益明细",
"enablePullDownRefresh": false
}
},
{
"path": "help/helpDetail", "path": "help/helpDetail",
"style": { "style": {
"navigationBarTitleText": "帮助详情", "navigationBarTitleText": "帮助详情",

View File

@ -131,7 +131,7 @@
</view> </view>
<view class="mian-list" @click="goOder(item)" v-for="(item,index) in ddczList" :key="index"> <view class="mian-list" @click="goOder(item)" v-for="(item,index) in ddczList" :key="index">
<view class="mian-list-top"> <view class="mian-list-top">
<view class="mian-list-top-biao">已完成</view> <view class="mian-list-top-biao">{{item.status=='3'?'已完成':'待评价'}}</view>
<view class="mian-list-top-time"> <view class="mian-list-top-time">
<span>预约时间: </span> <span>预约时间: </span>
<span>{{item.serveTime}}</span> <span>{{item.serveTime}}</span>
@ -230,6 +230,7 @@
{name:'业绩积分',id:'0'}, {name:'业绩积分',id:'0'},
{name:'时长积分',id:'1'}, {name:'时长积分',id:'1'},
{name:'储值积分',id:'2'}, {name:'储值积分',id:'2'},
{name:'充值积分',id:'3'},
], ],
tapNum:0, tapNum:0,
} }

View File

@ -333,10 +333,10 @@
<image src="../../static/index/order_1.png" style="width: 70rpx;height: 70rpx;"></image> <image src="../../static/index/order_1.png" style="width: 70rpx;height: 70rpx;"></image>
<view class="tongji-text">紧急报警</view> <view class="tongji-text">紧急报警</view>
</view> </view>
<view class="text-center" @click="goNav('/my/dashang/index')"> <!-- <view class="text-center" @click="goNav('/my/dashang/index')">
<image src="../../static/index/order_9.png" style="width: 70rpx;height: 70rpx;"></image> <image src="../../static/index/order_9.png" style="width: 70rpx;height: 70rpx;"></image>
<view class="tongji-text">打赏明细</view> <view class="tongji-text">打赏明细</view>
</view> </view> -->
</view> </view>
<!-- <view class="flex justify-between margin-top" style="border: 1rpx solid #cccccc;background-color: #e1f5ea; border-radius: 20rpx;"> <!-- <view class="flex justify-between margin-top" style="border: 1rpx solid #cccccc;background-color: #e1f5ea; border-radius: 20rpx;">
<view class="guanlibox" @click="goDetail(1)"> <view class="guanlibox" @click="goDetail(1)">

View File

@ -72,20 +72,21 @@
</view> </view>
<view class="flex align-center justify-between" style="width: 100%;"> <view class="flex align-center justify-between" style="width: 100%;">
<view class="" style="text-align: center;width: 23%;" <view class="" style="text-align: center;width: 23%;"
@click="goNav('/my/wallet/mymoneydetail')"> @click="goNav('/my/wallet/myshouyidetail?fundType=1')">
<view class="margin-top-xs wode-view"> <view class="margin-top-xs wode-view">
<text class="money_text1">{{ dailyEarnings ? dailyEarnings : '0' }}</text> <text class="money_text1">{{ dailyEarnings ? dailyEarnings : '0' }}</text>
</view> </view>
<view style="color: #fff;font-size: 26rpx;margin-top: 5px;">当日收益</view> <view style="color: #fff;font-size: 26rpx;margin-top: 5px;">当日收益</view>
</view> </view>
<view class="" style="text-align: center;width: 23%;"> <view class="" style="text-align: center;width: 23%;"
@click="goNav('/my/wallet/myshouyidetail?fundType=2')">
<view class="margin-top-xs wode-view"> <view class="margin-top-xs wode-view">
<text class="money_text1">{{ earnings ? earnings : '0' }}</text> <text class="money_text1">{{ earnings ? earnings : '0' }}</text>
</view> </view>
<view style="color: #fff;font-size: 26rpx;margin-top: 5px;">当期收益</view> <view style="color: #fff;font-size: 26rpx;margin-top: 5px;">当期收益</view>
</view> </view>
<view class="" style="text-align: center;width: 23%;" <view class="" style="text-align: center;width: 23%;"
@click="goNav('/my/wallet/mymoneydetail')"> @click="goNav('/my/wallet/myshouyidetail?fundType=3')">
<view class="margin-top-xs wode-view"> <view class="margin-top-xs wode-view">
<text <text
class="money_text1">{{ currentMonthsIncome ? currentMonthsIncome : '0' }}</text> class="money_text1">{{ currentMonthsIncome ? currentMonthsIncome : '0' }}</text>