@@ -1,6 +1,6 @@
<view class="total">
应到 {{total_person}}人 | 实到 {{actual_person}} 人 | 请假 {{leave_person}} 人
- <view>盈亏比 <text class="up">{{loss_person}}</text> : <text class="down">{{win_person}}</text></view>
+ <view>盈亏比 <text class="up">{{win_person}}</text> : <text class="down">{{loss_person}}</text></view>
</view>
<view class="top">
<text>排名</text>
@@ -16,7 +16,7 @@
<view class="stock_list" wx:if='{{stockList.length>0 && cur==index}}'>
- <view wx:for='{{stockList}}' catchtap="bindPickerChange" wx:for-item='s' wx:for-index='i' data-name='{{s.name}}' wx:key='{{index+""+i}}'>{{s.label}})</view>
+ <view wx:for='{{stockList}}' catchtap="bindPickerChange" wx:for-item='s' wx:for-index='i' data-name='{{s.name}}' wx:key='{{index+""+i}}'>{{s.label}}</view>
<view bindtap="add" class="add"> + 添加持股</view>