17 lines
832 B
Plaintext
17 lines
832 B
Plaintext
<!--pages/authorizedMask/authorizedMask.wxml-->
|
|
<view class='auth-bg' catchtouchmove='stopSlide'>
|
|
<view class='auth-box' wx:if="{{showBox}}">
|
|
<!-- wx:if="{{type == 'TwainCance'}}" -->
|
|
<view class='close' bindtap='cance' wx:if="{{isCancel}}">
|
|
<image src='../../images/23@3x.png'></image>
|
|
</view>
|
|
<view class='message'>{{content}}</view>
|
|
<view class='btn-bg' wx:if="{{type == 'Only'}}">
|
|
<button open-type="getUserInfo" bindgetuserinfo="wxLogin" wx:if="{{!isSetting}}">授权登录</button>
|
|
<button open-type="openSetting" bindopensetting="setSuccess" wx:if="{{isSetting}}" >进入授权管理</button>
|
|
</view>
|
|
<!-- <view class='btn-bg btn-tow' wx:if="{{showBox}}">
|
|
<button open-type="openSetting" wx:if="{{isSetting}}">进入授权管理</button>
|
|
</view> -->
|
|
</view>
|
|
</view> |