Authored by xuqi

order little error

... ... @@ -257,7 +257,7 @@ $('.print-price-radio').check({
});
// 订单提交
$('#submit-order').click(function() {
$('#balance-list').on('click', '#submit-order', function() {
var reqParam = {
address_id: $('.address.focus').data('id'),
yohoCoin: getCoinUsed(),
... ...
... ... @@ -141,6 +141,9 @@
line-height: 40px;
border-top: 1px solid #ccc;
margin-top: 10px;
white-space: nowrap;
overflow: hidden;
text-overflow: hidden;
}
.address-detail {
... ... @@ -608,7 +611,7 @@
}
.yoho-dialog.address {
width: 664px;
width: 690px;
padding: 0 40px 10px;
.label-name {
... ...