洪海涛 8 years ago
parent
commit
6df40c16bd

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

@@ -288,7 +288,7 @@ define(['$', 'template', 'order', 'native', 'helper', 'user', 'api', 'config', '
 				$('.coupon-selected-name', $view).html('选择优惠券');
 				order.couponValue = 0;
 				order.couponID = '';
-				if (order.bookingDate) {
+				if (order.bookingTimeStr && $('.booking-time').html() !== "选择服务时间") {
 					dPicker();
 				}
 				payCharge($('.order-cost', $view));

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