Authored by cailing

Merge branch 'feature/rebuy' of http://git.yoho.cn/fe/YOHOBUYWAP into feature/rebuy

... ... @@ -126,4 +126,8 @@
background: #d0021b;
margin-left: 10px;
}
.btn-rebuy {
margin-left: 10px;
}
}
... ...
... ... @@ -62,6 +62,10 @@
border: none;
margin-left: 20px;
}
.rebuy {
margin-left: 20px;
}
}
}
... ...
... ... @@ -92,6 +92,7 @@
{{#unless unreceived}}
{{#unless unpaid}}
<span class="btn btn-del">删除订单</span>
<span class="btn btn-rebuy">再次购买</span>
{{/unless}}
{{/unless}}
... ...
... ... @@ -20,6 +20,7 @@
{{#unless unreceived}}
<div class="order-opt">
<span class="btn del">删除订单</span>
<span class="btn rebuy">再次购买</span>
</div>
{{/unless}}
{{/unless}}
... ...