|
@@ -10,7 +10,7 @@
|
|
<navigator url="../homepage/homepage?id={{todayinfo.match_id}}&record_id={{todayinfo.id}}&player_id={{todayinfo.player_id}}&type=1" class="mine">我的主页</navigator>
|
|
<navigator url="../homepage/homepage?id={{todayinfo.match_id}}&record_id={{todayinfo.id}}&player_id={{todayinfo.player_id}}&type=1" class="mine">我的主页</navigator>
|
|
</view>
|
|
</view>
|
|
<view wx:if='{{todayinfo.today_fund}}' class="today">
|
|
<view wx:if='{{todayinfo.today_fund}}' class="today">
|
|
- <navigator hover-class="none" url="../change/change">
|
|
|
|
|
|
+ <navigator hover-class="none" url="../today/today?id={{todayinfo.match_id}}&record_id={{todayinfo.id}}&player_id={{todayinfo.player_id}}">
|
|
|
|
|
|
<view class="money">
|
|
<view class="money">
|
|
<text class="{{todayMoney[0]=='-' ?'down':'up'}}">{{todayMoney}} </text>
|
|
<text class="{{todayMoney[0]=='-' ?'down':'up'}}">{{todayMoney}} </text>
|
|
@@ -19,7 +19,7 @@
|
|
</view>
|
|
</view>
|
|
<view class="date">
|
|
<view class="date">
|
|
<text>日期 <text>{{todayinfo.stock_date}}</text> </text>
|
|
<text>日期 <text>{{todayinfo.stock_date}}</text> </text>
|
|
- <text>排名 <text>{{todayinfo.group_rank}}</text> </text>
|
|
|
|
|
|
+ <text>排名 <text>{{todayinfo.group_rank==null?'无':todayinfo.group_rank}}</text> </text>
|
|
</view>
|
|
</view>
|
|
<view class="date">
|
|
<view class="date">
|
|
<text>资产 <text>{{todayinfo.today_fund}}w</text> </text>
|
|
<text>资产 <text>{{todayinfo.today_fund}}w</text> </text>
|
|
@@ -48,13 +48,14 @@
|
|
<!-- <navigator hover-class="none" class="item" url="../style/style">
|
|
<!-- <navigator hover-class="none" class="item" url="../style/style">
|
|
我的风格 <image mode="widthFix" src="../../images/right_icon.png"></image>
|
|
我的风格 <image mode="widthFix" src="../../images/right_icon.png"></image>
|
|
</navigator> -->
|
|
</navigator> -->
|
|
- <navigator hover-class="none" style="border:none" class="item" url="../aboutus/aboutus">
|
|
|
|
|
|
+ <navigator hover-class="none" class="item" url="../aboutus/aboutus">
|
|
关于我们 <image mode="widthFix" src="../../images/right_icon.png"></image>
|
|
关于我们 <image mode="widthFix" src="../../images/right_icon.png"></image>
|
|
</navigator>
|
|
</navigator>
|
|
- </view>
|
|
|
|
- <!-- <navigator hover-class="none" class="item logout" bindtap="logout">
|
|
|
|
|
|
+ <navigator hover-class="none" style="border:none" class="item" bindtap="logout">
|
|
退出登录 <image mode="widthFix" src="../../images/right_icon.png"></image>
|
|
退出登录 <image mode="widthFix" src="../../images/right_icon.png"></image>
|
|
- </navigator> -->
|
|
|
|
|
|
+ </navigator>
|
|
|
|
+ </view>
|
|
|
|
+
|
|
|
|
|
|
|
|
|
|
</view>
|
|
</view>
|