Authored by xuqi

order little error

@@ -257,7 +257,7 @@ $('.print-price-radio').check({ @@ -257,7 +257,7 @@ $('.print-price-radio').check({
257 }); 257 });
258 258
259 // 订单提交 259 // 订单提交
260 -$('#submit-order').click(function() { 260 +$('#balance-list').on('click', '#submit-order', function() {
261 var reqParam = { 261 var reqParam = {
262 address_id: $('.address.focus').data('id'), 262 address_id: $('.address.focus').data('id'),
263 yohoCoin: getCoinUsed(), 263 yohoCoin: getCoinUsed(),
@@ -141,6 +141,9 @@ @@ -141,6 +141,9 @@
141 line-height: 40px; 141 line-height: 40px;
142 border-top: 1px solid #ccc; 142 border-top: 1px solid #ccc;
143 margin-top: 10px; 143 margin-top: 10px;
  144 + white-space: nowrap;
  145 + overflow: hidden;
  146 + text-overflow: hidden;
144 } 147 }
145 148
146 .address-detail { 149 .address-detail {
@@ -608,7 +611,7 @@ @@ -608,7 +611,7 @@
608 } 611 }
609 612
610 .yoho-dialog.address { 613 .yoho-dialog.address {
611 - width: 664px; 614 + width: 690px;
612 padding: 0 40px 10px; 615 padding: 0 40px 10px;
613 616
614 .label-name { 617 .label-name {