- <!--index.wxml-->
- <view class="wrap">
- <view class="wrap_nr">
- <image class="user_thumb" src="{{ userInfo.thumb }}"></image>
- <view class="user_name">您好,{{ userInfo.nickname }}</view>
- <view class="tips">为了您的账户安全,请绑定手机号</view>
- <button class="custom_btn" open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber"><van-icon name="wechat" size="24" color="#ffffff" />微信手机号一键绑定</button>
- <view class="single" bind:tap="toPhoneLogin">使用其他手机号</view>
- </view>
- </view>
- <!-- loading -->
- <!-- <van-overlay show="{{ loading }}" z-index="100">
- <van-loading custom-class="custom_loading" />
- </van-overlay> -->
|