works.wxml 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. <view>
  2. <video id="worksVideo" class="videoSection" src="{{videoSrc}}" bindplay="videoPlay" bindended="videoEnd" bindpause="videoPause" muted="true" controls="false" enable-progress-gesture="false" show-fullscreen-btn="{{fullScreenBtn}}" show-play-btn="{{playBtn}}"></video>
  3. <view class="readAuthorSection">
  4. <image class="avatar" src="{{authorAvatar}}" />
  5. <text class="nickName">{{author}}</text>
  6. <view class="like" bindtap="likeWorks" wx:if="{{authorUid !== myUid}}">
  7. <image src="{{isLike? '../../../static/image/red_like.png' :'../../../static/image/red_like_empty.png' }}" />
  8. <text class="likeBtn">{{isLike ? '已' : ''}}点赞</text>
  9. </view>
  10. <view class="follow" wx:if="{{authorUid !== myUid}}">
  11. <image src="{{isFans? '../../../static/image/fully_heart.png' : '../../../static/image/empty_heart.png'}}" />
  12. <text class="followBtn" bindtap="follow">{{isFans ? '已' : ''}}关注</text>
  13. </view>
  14. </view>
  15. <view class="userSection">
  16. <view class="peopleNum">
  17. <image class="peoplesIcon" src="../../../static/image/peoples.png" />
  18. <view class="title">共有{{totalRead}}人完成了录音</view>
  19. </view>
  20. <scroll-view scroll-x class="scrollWrapper" scroll-with-animation="true">
  21. <view class="avatarRow">
  22. <view class="userItem" wx:for="{{user}}" wx:key="{{index}}">
  23. <image src="{{item.image}}" bindtap="goToOthers" lazy-load="true" data-uid="{{item.uid}}" data-title="{{item.title}}" />
  24. </view>
  25. </view>
  26. </scroll-view>
  27. </view>
  28. <view class="commentSection">
  29. <view class="title">评论({{total}})</view>
  30. <input class="commentInput" bindconfirm="sendHandler" confirm-type="send" placeholder="听了这么多,说点什么吧" bindinput="inputValue"></input>
  31. </view>
  32. <view class="commentArea">
  33. <view class="commentItem" wx:for="{{replyList}}" wx:key="{{index}}">
  34. <image class="avatar" src="{{item.avatar}}" />
  35. <view class="commentCore">
  36. <text class="nickName">{{item.nickName}}</text>
  37. <text class="time">{{item.time}}</text>
  38. <text class="gut">{{item.text}}</text>
  39. <view class="commentAll" bindtap="goToDetail" data-id="{{item.id}}" data-count="{{item.replyCount}}" wx:if="{{item.replyCount}}">
  40. 共有{{item.replyCount}}条评论
  41. </view>
  42. </view>
  43. <view class="btnWrapper">
  44. <image class="commentBtn" src="../../../static/image/comment.png" bindtap="goToDetail" data-id="{{item.id}}" data-index="{{index}}" />
  45. <text class="commentText" bindtap="goToDetail" data-id="{{item.id}}" data-index="{{index}}">回复</text>
  46. <!-- <image class="commentBtn" src="../../../static/image/comment.png" bindtap="goToDetail" data-count="{{item.replyCount}}" data-id="{{item.id}}" data-index="{{index}}" />
  47. <text class="commentText" bindtap="goToDetail" data-id="{{item.id}}" data-count="{{item.replyCount}}" data-index="{{index}}">评论</text> -->
  48. <image class="likeBtn" src="../../../static/image/like.png" data-index="{{index}}" data-likes="{{item.likes}}" data-id="{{item.id}}" bindtap="likeCommend" />
  49. <text class="likeText" data-index="{{index}}" data-likes="{{item.likes}}" data-id="{{item.id}}" bindtap="likeCommend">{{item.likes}}</text>
  50. </view>
  51. </view>
  52. </view>
  53. <view class="footSection">
  54. <image class="blackbord" src="../../../static/image/blackbord.png" />
  55. <view class="collectBtn footerBtn" bindtap="reward">
  56. <image src="../../../static/image/bonus.png" />
  57. <text>奖励</text>
  58. </view>
  59. <view class="readingBtn footerBtn" bindtap="goToReading">
  60. <image class="microphone" src="../../../static/image/microphone.png" />
  61. <text>我要朗读</text>
  62. </view>
  63. <view class="shareBtn footerBtn" bindtap="openShare">
  64. <!-- <button open-type="share" plain="true" hover-class="none">
  65. <image src="../../../static/image/share.png" />
  66. <text>分享</text>
  67. </button> -->
  68. <image src="../../../static/image/share.png" />
  69. <text>分享</text>
  70. </view>
  71. </view>
  72. <!-- 分享框 -->
  73. <!-- <canvas canvas-id="myCanvas" style="width:750rpx;z-index=99999; height: 1334rpx;"></canvas> -->
  74. <canvas canvas-id="myCanvas" style="width:375px;z-index=99999; height: 667px; position: absolute; left: -999rpx; top: -9999rpx;"></canvas>
  75. <shareDialog id="share-dialog" shareType='works' shareId="{{id}}" />
  76. <!-- 评论框 -->
  77. <view class="replySection" wx:if="{{replyModal}}">
  78. <input bindblur="bindTextAreaBlur" bindconfirm="replySB" confirm-type="send" placeholder="回复" bindinput="inputSBValue" auto-focus auto-height />
  79. </view>
  80. <!-- 奖励弹窗 -->
  81. <cover-view class="modalWrapper" wx:if="{{ifReward}}">
  82. <cover-view class="rewardContent">
  83. <cover-image class="rewardWrapper" src="../../../static/image/reward_wrapper.png" />
  84. <cover-image class="rewardAvatar" src="{{authorAvatar}}" />
  85. <!-- <cover-view class="rewardNickName">奖励给朗读者:{{author}}</cover-view> -->
  86. <cover-view class="rewardNickName">播音主持特长生</cover-view>
  87. <cover-view class="sologan">声情并茂 悦耳动听</cover-view>
  88. <cover-view class="moneyArea">
  89. <cover-view class="{{howMuch ==='100' ? 'money moneySelect' : 'money moneyNormal'}}" bindtap="setMoney" data-money="100">
  90. 1.0元
  91. </cover-view>
  92. <cover-view class="{{howMuch ==='200' ? 'money moneySelect' : 'money moneyNormal'}}" bindtap="setMoney" data-money="200">
  93. 2.0元
  94. </cover-view>
  95. <cover-view class="{{howMuch ==='300' ? 'money moneySelect' : 'money moneyNormal'}}" bindtap="setMoney" data-money="300">
  96. 3.0元
  97. </cover-view>
  98. </cover-view>
  99. <cover-view class="rewardBtn" bindtap="rewardMoney">立即奖励</cover-view>
  100. </cover-view>
  101. <cover-image class="quitBtn" bindtap="quitReward" src="../../../static/groupImg/cha.png" />
  102. </cover-view>
  103. <!-- 回到首页弹窗 -->
  104. <!-- <view class="goBackHome" bindtap="goBackHome" wx:if="{{goBackHome}}">
  105. <image src="../../../static/image/goBackHome.png" />
  106. </view> -->
  107. <goBackHome id="goBackHome" shareType="{{goBackHome}}" wx:if="{{goBackHome}}" />
  108. </view>