redpackrule.wxml 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <view class="content">
  2. <view class="head">
  3. <view class="h1">
  4. <text style="color:#fe5757">分享、</text><text style="color:#e06afe">注册、</text><text style="color:#f2ea04">竞拍</text>
  5. </view>
  6. <view class="h6">
  7. <text>都有机会获得红包哦~</text>
  8. </view>
  9. </view>
  10. <view class="body">
  11. <view class="type">
  12. <view class="title">
  13. <text>红包类型</text>
  14. </view>
  15. <view class="list type-1">
  16. <view class="type-left">
  17. <text>主人翁红包</text>
  18. </view>
  19. <view class="type-right">
  20. <text>老用户通过分享,每拉一名新用户成功注册登录,分享者将会获得1元红包。</text>
  21. </view>
  22. </view>
  23. <view class="list type-2">
  24. <view class="type-left">
  25. <text>新人红包</text>
  26. </view>
  27. <view class="type-right">
  28. <text>新用户第一次进入小程序,将获得5元新人红包。</text>
  29. </view>
  30. </view>
  31. <!-- <view class="list type-3">
  32. <view class="type-left">
  33. <text>成交红包</text>
  34. </view>
  35. <view class="type-right">
  36. <text>商品交易结束后(买家中拍至买家确认收货),中拍者将获得成交红包。</text>
  37. </view>
  38. </view> -->
  39. </view>
  40. <view class="rule">
  41. <view class="title">
  42. <text>红包余额</text>
  43. </view>
  44. <view class="cont">
  45. <text>多个红包金额将会累计,可在我的红包中查看。</text>
  46. </view>
  47. </view>
  48. <view class="rule">
  49. <view class="title">
  50. <text>使用方式</text>
  51. </view>
  52. <view class="cont">
  53. <text>您中拍后红包余额可按一定比例抵扣成交款。</text>
  54. <text>累加余额将有更多玩法,敬请期待。</text>
  55. </view>
  56. </view>
  57. </view>
  58. <view class="foot">
  59. <text>最终解释权归云得集团所有</text>
  60. </view>
  61. </view>