33 lines
1.5 KiB
Plaintext
33 lines
1.5 KiB
Plaintext
<view class="container">
|
||
<view class="section1">
|
||
<view class="item">
|
||
<text class="title">已邀请:</text>
|
||
<text class="count">{{inviteCount}} 人</text>
|
||
</view>
|
||
<view class="item">
|
||
<text class="title">邀请奖励:</text>
|
||
<text class="count">{{number}} 元</text>
|
||
</view>
|
||
</view>
|
||
<view class="section2">
|
||
<text class="subtitle">邀请规则:</text>
|
||
|
||
<view class="description">每邀请一个新用户使用小程序奖励,</view>
|
||
<view class="description">分享给好友使用即可获得奖励。</view>
|
||
<view class="description">邀请的用户首次开通会员,您将获得80%返利。</view>
|
||
<view class="description">后续续费,您将获得40%奖励。</view>
|
||
<view class="description">提现门槛:100元。</view>
|
||
<view class="description warning">禁止任何形式的作弊行为,</view>
|
||
<view class="description warning">如发现使用外挂等违规行为,</view>
|
||
<view class="description warning">将取消活动资格。</view>
|
||
<view class="countdown">活动限时有效</view>
|
||
<view class="invite-path">
|
||
|
||
<text class="path-text" bindtap="copyPath" selectable="true">/pages/index/index?uuid={{uuid}}</text>
|
||
</view>
|
||
</view>
|
||
<view class="button-container">
|
||
<button class="reward-button reward-button1" openType="contact">提现</button>
|
||
<button class="reward-button reward-button2" openType="share">邀请好友</button>
|
||
</view>
|
||
</view> |