@@ -275,7 +275,7 @@ define(['$', 'template', 'order', 'native', 'helper', 'user', 'api', 'config', '
/* 如果没有on状态,加上on。 */
$(this).addClass('on');
/* 删掉其他选择框的on状态 */
- $(this).parent().siblings().find('.btn').removeClass('on');
+ // $(this).parent().siblings().find('.btn').removeClass('on');
/* 填写order */
order.appendID = $(this).attr('data-extra-type');
order.price = $(this).attr('data-extra-price');