feat(bonus): 添加区域收益,修复见点收益不展示的问题
This commit is contained in:
parent
8b948a5ebe
commit
eb7a4f68eb
|
@ -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">
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue