feat(bonus): 添加区域收益,修复见点收益不展示的问题

This commit is contained in:
woody 2025-07-25 13:29:29 +08:00
parent 8b948a5ebe
commit eb7a4f68eb
2 changed files with 8 additions and 2 deletions

View File

@ -75,7 +75,13 @@
<view class="flex_s">
<view class="data-left">见点收益</view>
<view class="data-right">
{{ item.glohalPoints | toThousandthAndKeepDecimal }}
{{ item.globalPoints | toThousandthAndKeepDecimal }}
</view>
</view>
<view class="flex_s">
<view class="data-left">区域收益</view>
<view class="data-right">
{{ item.storeIncome | toThousandthAndKeepDecimal }}
</view>
</view>
<!-- <view class="flex_s">

View File

@ -19,7 +19,7 @@ module.exports = vm => {
//#ifdef DEV_SERVER
console.log('DEV_SERVER')
config.baseURL = 'http://192.168.0.86:8080'
config.baseURL = 'https://t-app.beida666.com/prod-api'
//#endif
//#ifdef QA_SERVER