|
|
@@ -13,7 +13,7 @@
|
|
|
<navigator hover-class="none" url="../today/today?id={{todayinfo.match_id}}&record_id={{todayinfo.id}}&player_id={{todayinfo.player_id}}">
|
|
|
|
|
|
<view class="money">
|
|
|
- <text class="{{today_income_fund[0]=='-' ?'down':'up'}}">{{today_income_fund}} </text>
|
|
|
+ <text class="{{todayinfo.today_income_fund < 0 ?'down':'up'}}">{{todayinfo.today_income_fund}} </text>
|
|
|
<text class="{{todayinfo.today_income[0]=='-' ?'todaydown':'todayup'}}">{{todayinfo.today_income}}</text>
|
|
|
<text class="today_text">今日收益</text>
|
|
|
</view>
|
|
|
@@ -26,10 +26,10 @@
|
|
|
<text >总收益 <text class="{{todayinfo.total_income[0]=='-' ?'down':'up'}}"> {{todayinfo.total_income}}</text></text>
|
|
|
</view>
|
|
|
</navigator>
|
|
|
- <view class="msg">
|
|
|
+ <navigator class="msg" hover-class="none" url="../today/today?id={{todayinfo.match_id}}&record_id={{todayinfo.id}}&player_id={{todayinfo.player_id}}">
|
|
|
<view ><image mode="widthFix" src="../../images/msg.png"></image>{{todayinfo.comments_count}}</view>
|
|
|
<view><image mode="widthFix" src="../../images/zan.png"></image>{{todayinfo.zan_count}}</view>
|
|
|
- </view>
|
|
|
+ </navigator>
|
|
|
</view>
|
|
|
|
|
|
|