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

22 lines
1.1 KiB

<!--pages/user/agreement/index.wxml-->
<view>
<view class="back-btn" style="top:{{navTopHeight}}rpx" bindtap="backPage">
<image src="../../../images/back.png" mode=""></image>
</view>
<view class="pay-box" wx:if="{{ userInfo.nickname != '' && userInfo.isRecharge == 1}}">
<image src="../../../images/pay1.png" class="img1"></image>
<image src="../../../images/pay2.png" class="img2"></image>
</view>
<view class="agreement-box" wx:else>
<image src="../../../images/agreement1.png" class="img1"></image>
<image src="../../../images/agreement2.png" class="img2"></image>
<image src="../../../images/agreement3.png" class="img3"></image>
<!-- <image src="../../../images/agreement.png" class="img"></image> -->
<view class="btn-box" bindtap="toPay" wx:if="{{userInfo.nickname}}"></view>
<block wx:else>
<button class="btn-box" wx:if="{{canIUseGetUserProfile}}" bindtap="getUserProfile"></button>
<button class="btn-box" wx:elif="{{canIUse}}" open-type="getUserInfo" bindgetuserinfo="getUserInfo"></button>
<view wx:else> 请使用1.4.4及以上版本基础库 </view>
</block>
</view>
</view>