|
|
@@ -104,9 +104,9 @@
|
|
|
<image src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/image/right.png" class="list-rightimg" />
|
|
|
<view class="list-person">{{item.ne_invitee_count}}人</view>
|
|
|
</view>
|
|
|
- <view class="list-price proxy-button" wx:if="{{wx_user.rank>=1}}" bindtap="toproxy" data-userid="{{item.id}}">
|
|
|
- <text wx:if="{{item.status == 0}}">申请</text>
|
|
|
- <text wx:if="{{item.status == 1}}">审核中</text>
|
|
|
+ <view class="list-price proxy-button" wx:if="{{wx_user.rank>=1}}">
|
|
|
+ <text wx:if="{{item.status == 0}}" bindtap="toproxy" data-userid="{{item.id}}">申请</text>
|
|
|
+ <text wx:if="{{item.status == 1}}" bindtap="toproxy" data-userid="{{item.id}}">审核中</text>
|
|
|
<text wx:if="{{item.status == 2}}" style="color: red;">是</text>
|
|
|
</view>
|
|
|
<view class="clear"></view>
|
|
|
@@ -133,9 +133,9 @@
|
|
|
<image src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/image/right.png" class="list-rightimg" />
|
|
|
<view class="list-person">{{item.ne_invitee_count}}人</view>
|
|
|
</view>
|
|
|
- <view class="list-price proxy-button" wx:if="{{wx_user.rank>=1}}" bindtap="toproxy" data-userid="{{item.id}}">
|
|
|
- <text wx:if="{{item.status == 0}}">申请</text>
|
|
|
- <text wx:if="{{item.status == 1}}">审核中</text>
|
|
|
+ <view class="list-price proxy-button" wx:if="{{wx_user.rank>=1}}">
|
|
|
+ <text wx:if="{{item.status == 0}}" bindtap="toproxy" data-userid="{{item.id}}">申请</text>
|
|
|
+ <text wx:if="{{item.status == 1}}" bindtap="toproxy" data-userid="{{item.id}}">审核中</text>
|
|
|
<text wx:if="{{item.status == 2}}" style="color: red;">是</text>
|
|
|
</view>
|
|
|
<view class="clear"></view>
|