fix(mine): 奖金明细跳转入口变更

This commit is contained in:
woody 2025-09-18 16:23:25 +08:00
parent 7f3e8c6568
commit b76379bb23
1 changed files with 1 additions and 108 deletions

View File

@ -54,113 +54,6 @@
</view>
</view>
<!-- 新增信息展示 -->
<!-- <view
class="extra-info-card"
v-if="
[MEMBER_SIGN.NORMAL_LEVEL, MEMBER_SIGN.ZERO_LEVEL].includes(
Number(userInfo.memberSign)
) && isNormal
"
>
<view
class="info-grid"
:class="{
'multiple-items': userInfo.memberSign === MEMBER_SIGN.NORMAL_LEVEL,
}"
>
<view class="info-item">
<text class="info-value">{{ userInfo.pkGradeVal || '-' }}</text>
<text class="info-label">会员等级</text>
</view>
<template v-if="userInfo.memberSign === MEMBER_SIGN.NORMAL_LEVEL">
<view class="info-item">
<text class="info-value">{{ totalBox || '0' }}</text>
<text class="info-label">总盒数</text>
</view>
<view class="info-item">
<text class="info-value">
{{ smallAreaBox || '0' }}
</text>
<text class="info-label">小区盒数</text>
</view>
</template>
</view>
</view> -->
<!-- 市场动态 -->
<!-- <view class="my_order" v-if="marketWrapperVisible && isNormal">
<view class="my_title">
<text class="thetitle">{{ '市场动态' }}</text>
</view>
<view class="market-stats-container">
<view
class="stat-block primary"
@click="goTo('/pages/mine/marketDynamic/achievement-list')"
>
<view class="stat-content">
<view class="stat-item">
<text class="stat-label">总业绩</text>
<view class="stat-value">
<text class="stat-value__integer">{{
formattedTotalSumPv.integer
}}</text>
<text class="stat-value__decimal">{{
formattedTotalSumPv.decimal
}}</text>
</view>
</view>
<view class="stat-divider"></view>
<view class="stat-item">
<text class="stat-label">小区业绩</text>
<view class="stat-value">
<text class="stat-value__integer">{{
formattedSmallAreaPv.integer
}}</text>
<text class="stat-value__decimal">{{
formattedSmallAreaPv.decimal
}}</text>
</view>
</view>
</view>
<view class="stat-more-arrow">
<u-icon name="arrow-right" color="#fff" size="14"></u-icon>
</view>
</view>
<view
class="stat-block secondary"
@click="goTo('/pages/mine/marketDynamic/box-list')"
>
<view class="stat-content">
<view class="stat-item">
<text class="stat-label">总盒数</text>
<view class="stat-value">
<text class="stat-value__integer">{{
formattedTotalBox.integer
}}</text>
<text class="stat-value__decimal">{{
formattedTotalBox.decimal
}}</text>
</view>
</view>
<view class="stat-divider"></view>
<view class="stat-item">
<text class="stat-label">小区盒数</text>
<view class="stat-value">
<text class="stat-value__integer">{{
formattedSmallAreaBox.integer
}}</text>
<text class="stat-value__decimal">{{
formattedSmallAreaBox.decimal
}}</text>
</view>
</view>
</view>
<view class="stat-more-arrow">
<u-icon name="arrow-right" color="#fff" size="14"></u-icon>
</view>
</view>
</view>
</view> -->
<view class="my_order">
<view class="my_title">
<text class="thetitle">{{ '我的订单' }}</text>
@ -383,7 +276,7 @@ export default {
ifshow: false,
},
{
url: '/pages/bonus/menu',
url: '/pages/bonus/index',
name: '奖金明细',
imgurl: '../../static/images/mark2.png',
menuKey: 'incomeDetail',