friends.wxml 681 B

123456789101112131415161718
  1. <!--pages/friends/friends.wxml-->
  2. <view class="container">
  3. <view class="page-body">
  4. <view class="page-section page-section-spacing">
  5. <view class="text-box" scroll-y="true" scroll-top="{{scrollTop}}">
  6. <text>1.你邀请A用户,A用户购物下单,\n你会获得佣金奖励。\n</text>
  7. <text>2.A邀请B用户,B用户购物下单,\n你会获得佣金奖励。\n</text>
  8. <text>3.点击下方的分享按钮即可分享给好友。\n</text>
  9. <text>4.已经被邀请过的用户,不能重复邀请。\n</text>
  10. <button open-type="share" type="default" plain="true">分享</button>
  11. </view>
  12. </view>
  13. </view>
  14. </view>