Commit aff6b2f8 authored by youjie's avatar youjie

no message

parent baba9cdf
...@@ -181,7 +181,7 @@ ...@@ -181,7 +181,7 @@
<view class="row items-flex-end"> <view class="row items-flex-end">
<text class="stip">¥</text> <text class="stip">¥</text>
</view> </view>
<text class="num">{{ dataList[currentIndex].CommissionIncome }}</text> <text class="num">{{ dataList&&dataList[currentIndex]?dataList[currentIndex].CommissionIncome.toFixed(2):0.00 }}</text>
</view> </view>
</view> </view>
</view> </view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment