Authored by xuqi

html modify

@@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
3 <div class="content"> 3 <div class="content">
4 <p class="tip">验证邮件已发送至你的邮箱</p> 4 <p class="tip">验证邮件已发送至你的邮箱</p>
5 <p class="sub-tip">请在24小时内通过邮件内的链接设置新密码</p> 5 <p class="sub-tip">请在24小时内通过邮件内的链接设置新密码</p>
6 - <a class="go-email btn" href="<?php echo $this->name;?>">去邮箱看看</a> 6 + <a class="go-email btn" href={{goEmail}}>去邮箱看看</a>
7 <a id="resend" class="resend" data-url={{resendUrl}}>重新发送邮件</a> 7 <a id="resend" class="resend" data-url={{resendUrl}}>重新发送邮件</a>
8 </div> 8 </div>
9 </div> 9 </div>
@@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
3 <div class="content"> 3 <div class="content">
4 <div class="acc-container input-container row has-clear"> 4 <div class="acc-container input-container row has-clear">
5 <div class="yoho-logo"></div> 5 <div class="yoho-logo"></div>
6 - <input id="account" class="input account" type="text" placeholder="手机号/邮箱" autocomplete="off" value={{defAccount}}> 6 + <input id="account" class="input account" type="text" placeholder="手机号/邮箱" autocomplete="off" value={{account}}>
7 </div> 7 </div>
8 <div class="input-container row has-eye"> 8 <div class="input-container row has-eye">
9 <input id="pwd" class="pwd input" type="password" placeholder="密码"> 9 <input id="pwd" class="pwd input" type="password" placeholder="密码">
1 <div class="reg-page passport-page yoho-page"> 1 <div class="reg-page passport-page yoho-page">
2 {{> passport/header}} 2 {{> passport/header}}
3 <div class="content"> 3 <div class="content">
4 - <div class="select-container row">  
5 - <span class="select-title">国家和地区</span>  
6 - <select id="country-select" class="country-select select in-android-uc">  
7 - {{# countrys}}  
8 - <option value={{val}} {{#if selected}}selected{{/if}}>{{name}}</option>  
9 - {{/ countrys}}  
10 - </select>  
11 - <div class="arrow-right"></div>  
12 - </div> 4 + {{> passport/country_list}}
13 <div class="input-container phone-container row has-clear"> 5 <div class="input-container phone-container row has-clear">
14 <span id="country-code" class="country-code">{{countryCode}}</span> 6 <span id="country-code" class="country-code">{{countryCode}}</span>
15 - <input id="phone-num" class="input phone-num" type="text" placeholder="手机号" value={{phoneNum}}> 7 + <input id="phone-num" class="input phone-num" type="text" placeholder="手机号">
16 </div> 8 </div>
17 <span id="btn-next" class="btn btn-next disable row">下一步</span> 9 <span id="btn-next" class="btn btn-next disable row">下一步</span>
18 <p class="register-tip">YOHO!Family账号可登录YOHO!有货、YOHO!Boys、YOHO!Girls及SHOW</p> 10 <p class="register-tip">YOHO!Family账号可登录YOHO!有货、YOHO!Boys、YOHO!Girls及SHOW</p>
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 <span class="select-title">国家和地区</span> 2 <span class="select-title">国家和地区</span>
3 <select id="country-select" class="country-select select in-android-uc"> 3 <select id="country-select" class="country-select select in-android-uc">
4 {{# countrys}} 4 {{# countrys}}
5 - <option value={{areaCode}} {{#selected}}selected{{/selected}}>{{name}}</option> 5 + <option value={{areaCode}} {{#if selected}}selected{{/if}}>{{name}}</option>
6 {{/ countrys}} 6 {{/ countrys}}
7 </select> 7 </select>
8 <div class="arrow-right"></div> 8 <div class="arrow-right"></div>
@@ -4,10 +4,10 @@ @@ -4,10 +4,10 @@
4 <img src="http://static.dev.yohobuy.com/img/passport/go-back.png"> 4 <img src="http://static.dev.yohobuy.com/img/passport/go-back.png">
5 </a> 5 </a>
6 {{/if}} 6 {{/if}}
7 - {{#if useHeaderImg}} 7 + {{#if showHeaderImg}}
8 <img src="img-header" src="http://static.dev.yohobuy.com/img/passport/yoho-family.png"> 8 <img src="img-header" src="http://static.dev.yohobuy.com/img/passport/yoho-family.png">
9 {{/if}} 9 {{/if}}
10 - {{#if useHeaderText}} 10 + {{#if showHeaderText}}
11 <p class="title">{{../headerText}}</p> 11 <p class="title">{{../headerText}}</p>
12 {{/if}} 12 {{/if}}
13 </div> 13 </div>