洪海涛 8 years ago
parent
commit
5a17726ddb

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 - 4
www/webapp/o2o/js/page/placeOrder.js

@@ -275,14 +275,11 @@ 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');
 				order.cost = order.price * order.productCount;
-				console.log(order.appendID );
-				console.log(order.price );
-				console.log(order.cost );
 				// 重置代金券
 				$('.coupon-selected-name', $view).html('选择优惠券');
 				order.couponValue = 0;

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