today.wxml 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. <view class="per_top">
  2. <image src="../../images/page1.png" ></image>
  3. <view class="name">
  4. {{datas.today_record.username}}
  5. <view class="fans">
  6. <text>2626</text>粉丝
  7. <text style="margin-left: 20rpx;">2626</text>关注
  8. </view>
  9. </view>
  10. <navigator url="../homepage/homepage?id={{id}}&record_id={{record_id}}&player_id={{player_id}}">Ta的主页</navigator>
  11. </view>
  12. <view class="per_info">
  13. <view class="rank">
  14. <view class="jp"><image src="../../images/jp.png" ></image></view>
  15. <view class="num">{{datas.today_record.group_rank}}</view>
  16. 排名
  17. </view>
  18. <view class="today_income">{{datas.today_record.today_fund}}
  19. <text class="{{datas.today_record.today_income[0]=='-' ?'down':'up'}}">{{datas.today_record.today_income}}</text>
  20. </view>
  21. <view class="label">今日收益</view>
  22. <view class="data" style="padding-right:30rpx;border-right: 1px solid rgba(245, 245, 245, 1);">
  23. <text class="label">日期</text><text>{{datas.today_record.stock_date}}</text>
  24. <text class="label">今日资产</text><text>{{datas.today_record.today_fund}}W</text>
  25. <view wx:if='{{datas.today_record.today_record.is_markt}}'>
  26. 开超市
  27. </view>
  28. <block wx:elif='{{datas.today_record.today_stock_total>0}}'>
  29. <text class="label">今日持仓</text><text>{{datas.today_record.today_stock_total}}W</text>
  30. </block>
  31. <view class="label" wx:else>
  32. 空仓
  33. </view>
  34. </view>
  35. <view class="data" style="padding-left:30rpx;">
  36. <text class="label">胜率</text><text>{{datas.today_record.win_rate}}</text>
  37. <text class="label">总收益</text><text class="{{datas.today_record.total_income[0]=='-' ?'down':'up'}}"> {{datas.today_record.total_income}}</text>
  38. <block wx:if='{{datas.today_record.today_stock_total>0}}'>
  39. <text class="label">仓位</text><text>{{datas.today_record.cangwei}}</text>
  40. </block>
  41. </view>
  42. </view>
  43. <view class="page_top">
  44. <view wx:if='{{datas.today_record.today_stock.length>0&&datas.today_record.today_stock.length<9}}' class="container" style="height:400rpx;">
  45. <ec-canvas id="mychart-dom-pie" canvas-id="mychart-pie" ec="{{ ec1 }}"></ec-canvas>
  46. </view>
  47. <view wx:if='{{datas.today_record.today_stock.length>8}}' class="container" style="height:550rpx;">
  48. <ec-canvas id="mychart-dom-pie" canvas-id="mychart-pie" ec="{{ ec1 }}"></ec-canvas>
  49. </view>
  50. <!-- <view class="legend">
  51. <view>久盛电气 80w</view>
  52. <view>久盛电气 80w</view>
  53. <view>久盛电气 80w</view>
  54. </view> -->
  55. </view>
  56. <view class="imgs" wx:if='{{datas.today_record.today_stock_img.length>0}}'>
  57. <view class="title">交割单</view>
  58. <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}}'
  59. class="img" src="{{i}}"></image>
  60. </view>
  61. <view class="content" wx:if='{{datas.today_record.experience}}'>
  62. <view class="title">今日反思</view>
  63. {{datas.today_record.experience?datas.today_record.experience:'无'}}
  64. </view>
  65. <view class="tab">
  66. <view bindtap="tab" data-id='0' class="{{page==0?'act':''}}">评论 123 <text></text></view>
  67. <view bindtap="tab" data-id='1' class="{{page==1?'act':''}}">点赞 123<text></text></view>
  68. </view>
  69. <view class="content">
  70. <view class="list">
  71. <image src="../../images/page1.png" ></image>
  72. <view class="msg">
  73. <text class="_name">茂名哥</text>
  74. <view class="_content">北交所11月12日宣布,目前各项准备工作均已就绪,定于11月15日正式开市。截至11月12日,累计有210万户投资者预约开通北交所合格投资者权限,开市后合计可参与北交所交易的投资者超400万户。</view>
  75. <view class="answer">
  76. <text>湖南顽主:</text>一定要注意我的回复我的回复我的
  77. 回复我的回复我的回复我的回复我的回复我的
  78. 回复我的回复我的回复
  79. </view>
  80. <view class="addr">
  81. <text>04-29 18:12</text><text>来自北京</text>
  82. <image bindtap="answer" mode="widthFix" src="../../images/msg.png"></image>
  83. </view>
  84. </view>
  85. </view>
  86. </view>
  87. <!-- <view class="content" wx:if='{{datas.today_record.wanzhu_comment}}'>
  88. <view class="title">顽主点评</view>
  89. {{datas.today_record.wanzhu_comment?datas.today_record.wanzhu_comment:'无'}}
  90. </view> -->
  91. <view class="post">
  92. <image mode="widthFix" src="../../images/zan.png"></image>
  93. <input focus='{{focus}}' type="text" placeholder="留言"/>
  94. <button>提交</button>
  95. </view>