|
|
@@ -32,11 +32,11 @@ |
|
|
|
<text class="userProtocol" bindtap="checkUserProtocol">《用户协议及隐私政策》</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<button type="primary" open-type="getPhoneNumber" bindgetphonenumber="getUserPhone" disabled="{{isNotRead}}">申请使用</button> |
|
|
|
<button type="primary" open-type="getPhoneNumber" bindgetphonenumber="getUserPhone" disabled="{{isNotRead}}">授权手机号使用</button> |
|
|
|
</block> |
|
|
|
|
|
|
|
<block wx:if="{{userInfo.isMember == 1 && userInfo.isValid == 1}}"> |
|
|
|
<view class="userPhone">当前用户:{{userInfo.phone}}</view> |
|
|
|
<view class="userPhone">当前用户:{{userInfo.coverPhone}}</view> |
|
|
|
<view class="userPhone" wx:if="{{userInfo.validEndTime}}">到期时间:{{userInfo.validEndTime}}</view> |
|
|
|
<view class="payHistory"> |
|
|
|
<text style="margin-right: 20rpx;" bindtap="checkUserProtocol">用户协议</text> |
|
|
@@ -46,7 +46,7 @@ |
|
|
|
</block> |
|
|
|
|
|
|
|
<block wx:if="{{userInfo.isMember == 1 && userInfo.isValid == 0}}"> |
|
|
|
<view class="userPhone">当前用户:{{userInfo.phone}}</view> |
|
|
|
<view class="userPhone">当前用户:{{userInfo.coverPhone}}</view> |
|
|
|
<view class="userPhone" wx:if="{{userInfo.validEndTime}}">到期时间:{{userInfo.validEndTime}}</view> |
|
|
|
<view class="payHistory"> |
|
|
|
<text bindtap="checkUserProtocol">用户协议</text> |
|
|
@@ -56,7 +56,7 @@ |
|
|
|
</block> |
|
|
|
|
|
|
|
<block wx:if="{{userInfo.phone && userInfo.isMember == 0 && userInfo.isValid == 0}}"> |
|
|
|
<view class="userPhone">当前用户:{{userInfo.phone}}</view> |
|
|
|
<view class="userPhone">当前用户:{{userInfo.coverPhone}}</view> |
|
|
|
<button type="primary" bindtap="goToBuy">购买会员</button> |
|
|
|
</block> |
|
|
|
</block> |
|
|
|