锶源昆仑会员+体验官
This commit is contained in:
42
pages/bond/activation/index.wxml
Normal file
42
pages/bond/activation/index.wxml
Normal file
@@ -0,0 +1,42 @@
|
||||
<view class="tabs">
|
||||
<view class="tabs-item {{status == 2 ? 'show' : ''}}" bindtap="onTabs" data-type="2">未使用</view>
|
||||
<view class="tabs-item {{status == 3 ? 'show' : ''}}" bindtap="onTabs" data-type="3">已使用</view>
|
||||
</view>
|
||||
<view class="list" wx:if="{{invitesArr.length > 0}}">
|
||||
<view class="item" wx:for="{{invitesArr}}" wx:key="invitesArr">
|
||||
<view class="top">
|
||||
<view class="code">{{item.code}}</view>
|
||||
<view class="copy" bindtap="copyClick" data-code="{{item.code}}">复制激活码</view>
|
||||
</view>
|
||||
<view class="label" wx:if="{{item.activeUser}}">
|
||||
<view class="label-item">
|
||||
<view class="label-name">
|
||||
用户手机号
|
||||
</view>
|
||||
<view class="label-text">
|
||||
{{item.user.username}}
|
||||
</view>
|
||||
</view>
|
||||
<view class="label-item">
|
||||
<view class="label-name">
|
||||
使用时间
|
||||
</view>
|
||||
<view class="label-text">
|
||||
{{item.actived_at}}
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="pagesLoding" wx:if="{{lodingStats}}">
|
||||
<block wx:if="{{page.has_more}}">
|
||||
<image class="pagesLodingIcon" src="/static/icons/refresh_loding.gif" mode="widthFix"></image>加载中...
|
||||
</block>
|
||||
<block wx:else>
|
||||
没有更多了~
|
||||
</block>
|
||||
</view>
|
||||
</view>
|
||||
<view class="pack-center pages-hint" wx:else>
|
||||
<image src="/static/imgs/coupon_null.png"></image>
|
||||
<view>暂无数据</view>
|
||||
</view>
|
||||
Reference in New Issue
Block a user