123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- <view class="per_top">
- <image src="../../images/page1.png" ></image>
- <view class="name">
- {{datas.today_record.username}}
- <view class="fans">
- <text>2626</text>粉丝
- <text style="margin-left: 20rpx;">2626</text>关注
- </view>
- </view>
- <navigator url="../homepage/homepage?id={{id}}&record_id={{record_id}}&player_id={{player_id}}">Ta的主页</navigator>
- </view>
- <view class="per_info">
- <view class="rank">
- <view class="jp"><image src="../../images/jp.png" ></image></view>
- <view class="num">{{datas.today_record.group_rank}}</view>
- 排名
- </view>
- <view class="today_income">{{datas.today_record.today_fund}}
- <text class="{{datas.today_record.today_income[0]=='-' ?'down':'up'}}">{{datas.today_record.today_income}}</text>
- </view>
- <view class="label">今日收益</view>
- <view class="data" style="padding-right:30rpx;border-right: 1px solid rgba(245, 245, 245, 1);">
- <text class="label">日期</text><text>{{datas.today_record.stock_date}}</text>
- <text class="label">今日资产</text><text>{{datas.today_record.today_fund}}W</text>
- <view wx:if='{{datas.today_record.today_record.is_markt}}'>
- 开超市
- </view>
- <block wx:elif='{{datas.today_record.today_stock_total>0}}'>
- <text class="label">今日持仓</text><text>{{datas.today_record.today_stock_total}}W</text>
- </block>
- <view class="label" wx:else>
- 空仓
- </view>
- </view>
- <view class="data" style="padding-left:30rpx;">
- <text class="label">胜率</text><text>{{datas.today_record.win_rate}}</text>
- <text class="label">总收益</text><text class="{{datas.today_record.total_income[0]=='-' ?'down':'up'}}"> {{datas.today_record.total_income}}</text>
- <block wx:if='{{datas.today_record.today_stock_total>0}}'>
- <text class="label">仓位</text><text>{{datas.today_record.cangwei}}</text>
- </block>
- </view>
- </view>
- <view class="page_top">
- <view wx:if='{{datas.today_record.today_stock.length>0&&datas.today_record.today_stock.length<9}}' class="container" style="height:400rpx;">
- <ec-canvas id="mychart-dom-pie" canvas-id="mychart-pie" ec="{{ ec1 }}"></ec-canvas>
- </view>
- <view wx:if='{{datas.today_record.today_stock.length>8}}' class="container" style="height:550rpx;">
- <ec-canvas id="mychart-dom-pie" canvas-id="mychart-pie" ec="{{ ec1 }}"></ec-canvas>
- </view>
- <!-- <view class="legend">
- <view>久盛电气 80w</view>
- <view>久盛电气 80w</view>
- <view>久盛电气 80w</view>
- </view> -->
- </view>
- <view class="imgs" wx:if='{{datas.today_record.today_stock_img.length>0}}'>
- <view class="title">交割单</view>
- <image wx:for='{{datas.today_record.today_stock_img}}' wx:for-item='i' bindtap="preview" data-src='{{i}}' data-urls='{{datas.today_record.today_stock_img}}'
- class="img" src="{{i}}"></image>
- </view>
- <view class="content" wx:if='{{datas.today_record.experience}}'>
- <view class="title">今日反思</view>
- {{datas.today_record.experience?datas.today_record.experience:'无'}}
- </view>
- <view class="tab">
- <view bindtap="tab" data-id='0' class="{{page==0?'act':''}}">评论 123 <text></text></view>
- <view bindtap="tab" data-id='1' class="{{page==1?'act':''}}">点赞 123<text></text></view>
- </view>
- <view class="content">
- <view class="list">
- <image src="../../images/page1.png" ></image>
- <view class="msg">
- <text class="_name">茂名哥</text>
- <view class="_content">北交所11月12日宣布,目前各项准备工作均已就绪,定于11月15日正式开市。截至11月12日,累计有210万户投资者预约开通北交所合格投资者权限,开市后合计可参与北交所交易的投资者超400万户。</view>
- <view class="answer">
- <text>湖南顽主:</text>一定要注意我的回复我的回复我的
- 回复我的回复我的回复我的回复我的回复我的
- 回复我的回复我的回复
- </view>
- <view class="addr">
- <text>04-29 18:12</text><text>来自北京</text>
- <image bindtap="answer" mode="widthFix" src="../../images/msg.png"></image>
- </view>
- </view>
- </view>
- </view>
- <!-- <view class="content" wx:if='{{datas.today_record.wanzhu_comment}}'>
- <view class="title">顽主点评</view>
- {{datas.today_record.wanzhu_comment?datas.today_record.wanzhu_comment:'无'}}
- </view> -->
- <view class="post">
- <image mode="widthFix" src="../../images/zan.png"></image>
- <input focus='{{focus}}' type="text" placeholder="留言"/>
- <button>提交</button>
- </view>
|