Authored by Rock Zhang

更新到201501151135静态资源“

... ... @@ -9451,7 +9451,6 @@ $invoice.on('touchend', '.checkbox', function() {
if ($this.hasClass('icon-checkbox')) {
$invoice.removeClass('focus');
}
return false;
});
function orderCompute() {
... ... @@ -9606,10 +9605,10 @@ $('.coin').on('touchend', function() {
orderCompute();
});
$invoice.on('touchend', function(e) {
$invoice.on('touchend', '.checkbox', function(e) {
var $this = $(this);
orderInfo('invoice', $this.find('.checkbox').hasClass('icon-cb-checked'));
orderInfo('invoice', $this.hasClass('icon-cb-checked'));
e.preventDefault();
e.stopPropagation();
});
... ...
This diff could not be displayed because it is too large.