22 lines
861 B
Plaintext
22 lines
861 B
Plaintext
<view class="inviter">
|
|
<view class="content">
|
|
<view class="p content_a">请确认邀请人</view>
|
|
<view class="ueser">
|
|
<view class="header">
|
|
<image src="{{img}}" mode='aspectFill' />
|
|
</view>
|
|
<view class="p ueser_a">邀请人</view>
|
|
<view class="p ueser_b">{{name}}</view>
|
|
</view>
|
|
<view class="btn" wx:if="{{is_bind_invite == 1}}">
|
|
<view class="button error" catchtap="error">填写邀请码</view>
|
|
</view>
|
|
<view class="btn" wx:else>
|
|
<view class="button affirm" catchtap="affirm">确定</view>
|
|
<view class="button error" catchtap="error">信息有误</view>
|
|
</view>
|
|
<view class="p content_b">“邀请码是{{title}}为会员用户提供的专属编码,普通用户需要有会员的推荐方可在商城内购买商品,快去找您身边的{{title}}会员吧”</view>
|
|
</view>
|
|
</view>
|
|
<!-- <shopfoot></shopfoot> -->
|