Authored by 郝肖肖

有货币单击事件优化

... ... @@ -343,7 +343,9 @@ $('.coin').on('touchend', function(e) {
$('.yoho-coin-help-dialog').removeClass('hide');
return true;
}
if ($(e.target).closest('.coin-check').length <= 0) {
return false;
}
if ($this.find('.checkbox').hasClass('icon-cb-radio')) {
orderInfo('yohoCoin', $this.data('yoho-coin'));
$this.find('.can-use').hide();
... ...