60 lines
1.6 KiB
Plaintext
60 lines
1.6 KiB
Plaintext
<uni-popup
|
|
bind:__l="__l"
|
|
bindchange="{{l}}"
|
|
class="r data-v-1095514c"
|
|
uI="1095514c-0"
|
|
uP="{{m}}"
|
|
uR="popup"
|
|
uS="{{['d']}}"
|
|
wx:if="{{m}}"
|
|
>
|
|
<view class="content data-v-1095514c">
|
|
<image
|
|
bindtap="{{a}}"
|
|
class="close data-v-1095514c"
|
|
src="/static/svgs/icon_close_2.svg"
|
|
></image>
|
|
<view class="title data-v-1095514c">用户登录</view>
|
|
<image
|
|
class="app-logo data-v-1095514c"
|
|
src="/static/images/logo_app.png"
|
|
></image>
|
|
<view class="app-name data-v-1095514c">{{b}}</view>
|
|
<button
|
|
bindgetphonenumber="{{d}}"
|
|
catchtap="{{c}}"
|
|
class="data-v-1095514c"
|
|
hoverClass="default-hover-class"
|
|
hoverStayTime="100"
|
|
openType="getPhoneNumber"
|
|
>
|
|
<image class="data-v-1095514c" src="/static/svgs/icon_wechat.svg"></image>
|
|
<text class="data-v-1095514c">微信一键登录</text>
|
|
</button>
|
|
<view class="tips data-v-1095514c">
|
|
<image
|
|
bindtap="{{f}}"
|
|
class="data-v-1095514c"
|
|
hidden="{{!e}}"
|
|
src="/static/images/icon_checked_1.png"
|
|
></image>
|
|
<image
|
|
bindtap="{{h}}"
|
|
class="data-v-1095514c"
|
|
hidden="{{!g}}"
|
|
src="/static/images/icon_unchecked_1.png"
|
|
></image>
|
|
<text class="data-v-1095514c">
|
|
<text class="data-v-1095514c">已阅读并同意</text>
|
|
<text bindtap="{{i}}" class="agreement data-v-1095514c"
|
|
>《用户协议》</text
|
|
>
|
|
<text class="data-v-1095514c">和</text>
|
|
<text bindtap="{{j}}" class="agreement data-v-1095514c"
|
|
>《隐私协议》</text
|
|
>
|
|
</text>
|
|
</view>
|
|
</view>
|
|
</uni-popup>
|