Authored by uedxwg

update

... ... @@ -8,6 +8,6 @@ $('.employ span').each(function(index) {
employ.on('tap', function(e) {
$('.employ-list').addClass('none').eq(index).removeClass('none');
$('.employ span').removeClass('active').eq(index).addClass('active');
window.rePosFooter();
window.rePosFooter();
});
});
\ No newline at end of file
... ...
... ... @@ -28,7 +28,6 @@
>span{
&:first-of-type{
color: #444;
line-height:100rem / $pxConvertRem;
}
width: 42%;
height: 100%;
... ...
... ... @@ -15,7 +15,7 @@
{{^ used}}
<div class="null">
<i></i>
<p>您还没有未使用的优惠券</p>
<p>您还没有优惠券!</p>
<a href="{{topURL}}">随便逛逛</a>
</div>
{{/ used}}
... ... @@ -32,7 +32,7 @@
{{^ unused}}
<div class="null">
<i></i>
<p>您还没有已使用的优惠券</p>
<p>您还没有使用的优惠券!</p>
<a href="{{topURL}}">随便逛逛</a>
</div>
{{/ unused}}
... ...