|
@@ -239,7 +239,14 @@ define(['$', 'template', 'order', 'native', 'helper', 'user', 'api', 'config', '
|
|
|
$view.on('swipeRight', function (event) {
|
|
|
back.call(this, event);
|
|
|
});
|
|
|
-
|
|
|
+ /*setTimeOut*/
|
|
|
+ setInterval(function () {
|
|
|
+ if (product.name == "活动产品") {
|
|
|
+ $('.show-time-picker').css('display', 'none');
|
|
|
+ $('.show-coupon-picker').css('display', 'none');
|
|
|
+ $('.o2o-singles-day').css('display', 'inline');
|
|
|
+ }
|
|
|
+ }, 50);
|
|
|
/* 点击查看详情。跳转到product页面 */
|
|
|
$.newTouch('.product-pic-o2o', function (event) {
|
|
|
$doc.trigger('spa:navigate', {
|
|
@@ -770,7 +777,7 @@ define(['$', 'template', 'order', 'native', 'helper', 'user', 'api', 'config', '
|
|
|
return;
|
|
|
}
|
|
|
|
|
|
- if (!order.bookingTimeStr) {
|
|
|
+ if (!order.bookingTimeStr&& product.name !== "活动产品") {
|
|
|
$doc.trigger('spa:openpanel', ['simpleAlert', {
|
|
|
message: '请选择上门时间'
|
|
|
}]);
|