index.wxml 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <wxs src="../../utils/filter.wxs" module="filters" />
  2. <view class="pkResult">
  3. <view class="body">
  4. <view class="userBox left">
  5. <image src="" class="avatar avatarL" />
  6. <view class="bodyTitle textOver">名字名字名字</view>
  7. <view class="bodyScore">100分</view>
  8. <view class="duration">
  9. <image src="{{vState?'/static/play-big2.png':'/static/play-big.png'}}" class="bodyPlay"
  10. bindtap="playAudio" data-type="victory" />
  11. <view class="time">{{vStart}}/{{vEnd}}</view>
  12. </view>
  13. </view>
  14. <view class="userBox right">
  15. <image src="" class="avatar avatarL" />
  16. <view class="bodyTitle textOver">名字名字名字</view>
  17. <view class="bodyScore">100分</view>
  18. <view class="duration">
  19. <image src="{{vState?'/static/play-big2.png':'/static/play-big.png'}}" class="bodyPlay"
  20. bindtap="playAudio" data-type="victory" />
  21. <view class="time">{{vStart}}/{{vEnd}}</view>
  22. </view>
  23. </view>
  24. </view>
  25. <view class="footer" wx:if="{{!isplayback}}">
  26. <view class="stBtn" bindtap="result" data-type="reading">
  27. <image src="/static/pr1.png" class="imgBtn" />
  28. <view class="text">重新调整</view>
  29. </view>
  30. <button class="resetBtn stBtn" open-type="share">
  31. <image src="/static/pr2.png" class="imgBtn" />
  32. <view class="text" style="color: #AC2A00;">炫耀一下</view>
  33. </button>
  34. </view>
  35. <view class="footer" wx:else>
  36. <view class="stBtn" bindtap="result" data-type="wantPlay">我也要玩</view>
  37. <view class="btn" bindtap="result" data-type="index">回到首页</view>
  38. </view>
  39. </view>
  40. <canvas id='share' type="2d"> </canvas>