洪海涛 8 anni fa
parent
commit
96eea160c0

File diff suppressed because it is too large
+ 0 - 0
www/webapp/o2o/dist/js/main.js


File diff suppressed because it is too large
+ 0 - 0
www/webapp/o2o/dist/js/page/placeOrder.js


+ 1 - 1
www/webapp/o2o/js/page/placeOrder.js

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

Some files were not shown because too many files changed in this diff