Authored by 毕凯

Merge branch 'hotfix/life' of git.dev.yoho.cn:web/yohobuywap into hotfix/life

916 KB | W: | H:

358 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
... ... @@ -23,6 +23,9 @@ function get() {
location.href = '/life/coupon' + '?' + 'code' + '=' + data.data;
} else if (data.code === 401) {
$('.successed').show();
$('.sure').click(function() {
location.href = '/life/coupon' + '?' + 'code' + '=' + data.data;
});
} else if (data.code === 403) {
$('.late').show();
} else {
... ... @@ -34,5 +37,6 @@ function get() {
$('.coupon-btn').click(function() {
get();
$('.mark').show();
});
... ...
... ... @@ -100,6 +100,7 @@ html,body {
left: 10%;
top:33%;
display: none;
z-index: 2;
}
.faill{
background-image:resolve('life/login/faill.png');
... ... @@ -110,6 +111,7 @@ html,body {
left:10%;
top:33%;
display: none;
z-index: 2;
}
.late{
background-image:resolve('life/login/late.png');
... ... @@ -120,6 +122,7 @@ html,body {
left: 10%;
top:33%;
display: none;
z-index: 2;
}
.sure{
position: absolute;
... ...
... ... @@ -9,7 +9,7 @@
<img src="http://static.dev.yohobuy.com/img/life/login/codemark.jpg"/>
</div>
<div class="successed">
<a href="/life/coupon" class="sure"></a>
<span class="sure"></span>
</div>
<div class="faill">
<a href="/life/index" class="sure"></a>
... ...