You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
1.0 KiB
Plaintext

9 months ago
<view class="invitation_friend_bg_image">
<image src="http://pos.juweiyun.cn/373001/file/wechatApp%E5%9B%BE%E5%B1%82%203%402x.png"></image>
</view>
<view class="invatation_bottom">
<button class="invitation_buttom_goto" open-type="share">立即邀请</button>
<view class="invatation_buttom_reward">
<image src="http://pos.juweiyun.cn/373001/file/wechatApp%E7%BB%84%201%402x.png"></image>
<view class="reward_text">我的奖励</view>
</view>
</view>
<view class="my_reward">
<view>
<text class="my_reward_num">{{count}}</text>
<text class="my_reward_text">已邀请(人)</text>
</view>
<view>
<text class="my_reward_num">{{totalCouponCount}}</text>
<text class="my_reward_text">获得卡包</text>
</view>
<view>
<text class="my_reward_num">{{totalPoint}}</text>
<text class="my_reward_text">获得积分</text>
</view>
</view>
<view class="active_rule" bindtap="activeRule">
活动规则
<image src="/images/right.png"></image>
</view>