|
@@ -87,7 +87,7 @@
|
|
<view bindtap="tabChange1" data-id='0' class="{{hot==0?'act1':''}}">今日热门 <text></text></view>
|
|
<view bindtap="tabChange1" data-id='0' class="{{hot==0?'act1':''}}">今日热门 <text></text></view>
|
|
<view bindtap="tabChange1" data-id='1' class="{{hot==1?'act1':''}}">我的自选 <text></text></view>
|
|
<view bindtap="tabChange1" data-id='1' class="{{hot==1?'act1':''}}">我的自选 <text></text></view>
|
|
</view> -->
|
|
</view> -->
|
|
- <scroll-view style="padding:0;" scroll-y='{{true}}' style="height:calc(120vh - 377rpx);">
|
|
|
|
|
|
+ <scroll-view style="padding:0;" scroll-y='{{true}}' style="height:calc(100vh - 377rpx);">
|
|
<view wx:if='{{hot==0}}'>
|
|
<view wx:if='{{hot==0}}'>
|
|
<navigator hover-class="none" url="../stock/stock?id={{item.id}}&date={{date}}" class="gp" wx:for='{{hotbuyList}}' wx:if='{{index<10}}'>
|
|
<navigator hover-class="none" url="../stock/stock?id={{item.id}}&date={{date}}" class="gp" wx:for='{{hotbuyList}}' wx:if='{{index<10}}'>
|
|
<image wx:if='{{index==0}}' mode="widthFix" src="../../images/1.png"></image>
|
|
<image wx:if='{{index==0}}' mode="widthFix" src="../../images/1.png"></image>
|
|
@@ -146,7 +146,7 @@
|
|
<label class="tag" wx:for='{{item.style}}' wx:for-item='i'>{{i}}</label></view>
|
|
<label class="tag" wx:for='{{item.style}}' wx:for-item='i'>{{i}}</label></view>
|
|
<view class="info">
|
|
<view class="info">
|
|
资产:
|
|
资产:
|
|
- <view><label>{{item.today_fund}}w</label>(总收益 <text class='up'> {{item.total_income}} </text>
|
|
|
|
|
|
+ <view><label>{{item.today_fund}}w</label>(总收益 <text class="{{item.total_income[0]=='-' ?'down':'up'}}"> {{item.total_income}} </text>
|
|
<text style="color:#F5F5F5;"> | </text>
|
|
<text style="color:#F5F5F5;"> | </text>
|
|
<text style="color:#666;">胜率</text>
|
|
<text style="color:#666;">胜率</text>
|
|
<text class="{{item.win_rate[0]=='-' ?'down':'up'}}"> {{item.win_rate}} </text>)
|
|
<text class="{{item.win_rate[0]=='-' ?'down':'up'}}"> {{item.win_rate}} </text>)
|