kuaiying_wx/pages/invite_incentive/invite_incentive.wxml
2025-03-04 15:25:38 +08:00

33 lines
1.5 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<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>