index.phtml
1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{{> layout/header}}
<div class="bind-page passport-page yoho-page">
<input type="hidden" id="openId" value="{{openId}}">
<input type="hidden" id="sourceType" value="{{sourceType}}">
<input type="hidden" id="nickname" value="{{nickname}}">
{{> passport/header}}
<div class="content">
{{#if isWechatLogin}}
<p class="bind-tip">您正在使用{{platform}}快捷登录,请绑定手机号</p>
{{^}}
<p class="bind-tip">正在使用{{platform}}登录</p>
{{/if}}
{{> passport/country_list}}
<div class="input-container phone-container row has-clear">
<span id="area-code" class="area-code">{{areaCode}}</span>
<input id="phone-num" class="input phone-num" type="text" placeholder="手机号">
</div>
<span id="btn-next" class="btn btn-next disable row">发送验证码</span>
{{#if isWechatLogin}}
<div class="other-login">
<a href="/passport/login/index">
用其他方式登录
</a>
</div>
{{/if}}
<div class="tip">
<p>
登录注册中遇到问题?请联系客服
</p>
<a href="{{serviceUrl}}">
<span class="iconfont icon"></span>
在线客服
</a>
</div>
</div>
</div>
{{> layout/footer}}