collage-details.wxml 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. <!--pages/groupPage/collage-details/collage-details.wxml-->
  2. <view class="collage-details">
  3. <view class="step">
  4. <image src="../../../static/groupImg/step.png"></image>
  5. <view class="txt">
  6. <text>1.支付成功</text>
  7. <text>2.邀请朋友参加</text>
  8. <text>3.去朗读</text>
  9. </view>
  10. </view>
  11. <view class="details-head">
  12. <view class="headImg">
  13. <view class="headImg-item">
  14. </view>
  15. <view class="headImg-item">
  16. </view>
  17. <view class="headImg-item">
  18. <image src="../../../static/groupImg/Mask Copy@2x.png"></image>
  19. </view>
  20. <view class="headImg-item">
  21. <image src="../../../static/groupImg/Mask Copy@2x.png"></image>
  22. </view>
  23. <view class="headImg-item">
  24. <image src="../../../static/groupImg/Mask Copy@2x.png"></image>
  25. </view>
  26. <view class="headImg-item">
  27. <image src="../../../static/groupImg/Mask Copy@2x.png"></image>
  28. </view>
  29. </view>
  30. <view class="shengyu">
  31. <view class="shengyu-num">仅剩<text>3</text>个名额就拼团成功了</view>
  32. <view class="shengyu-time">
  33. 剩余时间:
  34. <view class="time">
  35. <image src="../../../static/groupImg/Rectangle 31@2x.png"></image>
  36. <text>1</text>
  37. </view>
  38. <view class="time">
  39. <image src="../../../static/groupImg/Rectangle 31@2x.png"></image>
  40. <text>1</text>
  41. </view>
  42. <view class="time">
  43. <image src="../../../static/groupImg/Rectangle 31@2x.png"></image>
  44. <text>1</text>
  45. </view>
  46. <view class="time">
  47. <image src="../../../static/groupImg/Rectangle 31@2x.png"></image>
  48. <text>1</text>
  49. </view>
  50. <view class="time">
  51. <image src="../../../static/groupImg/Rectangle 31@2x.png"></image>
  52. <text>1</text>
  53. </view>
  54. </view>
  55. </view>
  56. <view class="invitation-btn" bindtap="share">
  57. <image src="../../../static/groupImg/Invitation.png"></image>
  58. <text>邀请朋友参加</text>
  59. </view>
  60. </view>
  61. <view class="rule" style="{{hideFlag ? 'right' : 'left'}}: 0" bindtap="hide">
  62. <image src="../../../static/groupImg/rule{{hideFlag ? '1' : '2'}}.png"></image>
  63. <text>拼团规则</text>
  64. </view>
  65. <view class="explain" hidden="{{hideFlag}}">
  66. <text>拼团规则</text>
  67. * 转发给自己的朋友们,分享好课, 追随您一起学习进步。您的魅力不是吹的! * 在限定时间内内成功拼团,您将得到xx元的奖励金哦。 * 如果拼团失败,您预付的课程费将在48小时内退回您的账户。
  68. </view>
  69. </view>
  70. <canvas canvas-id="myCanvas" style="width:370px; height: 507px; position: absolute; left: -99rpx; top: -999rpx;"></canvas>
  71. <shareDialog id="share-dialog"/>