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