...
|
...
|
@@ -17,12 +17,13 @@ |
|
|
</p>
|
|
|
<p class="clearfix">
|
|
|
<label for="user-verification">验证码:</label>
|
|
|
<input id="userVerification" name="verification" class="char" type="text">
|
|
|
<input id="userVerification" name="verification" class="required char" type="text">
|
|
|
<i class="verification-icon">验证码错误</i>
|
|
|
</p>
|
|
|
<p class="address-char clearfix">
|
|
|
<label for="user-address">地址:</label>
|
|
|
<span id="userAddress" class="varchar" contentEditable="true">{{address}}</span>
|
|
|
<!-- <input id="userAddress" class="varchar" type="text" value="{{address}}"> -->
|
|
|
</p>
|
|
|
<p class="clearfix">
|
|
|
<label for="user-age">年龄:</label>
|
...
|
...
|
@@ -139,6 +140,9 @@ |
|
|
<span class="placeholder">你可以从肌肤现有问题,钟爱哪些产品等方面提交申请理由</span>
|
|
|
{{/ reason}}
|
|
|
</div>
|
|
|
<!-- <p class="clearfix">
|
|
|
<textarea class="application-reason"></textarea>
|
|
|
</p> -->
|
|
|
<p class="clearfix">
|
|
|
<input id="submit-btn" class="submit-btn" type="submit" value="免费申请">
|
|
|
</p>
|
...
|
...
|
|