|
@@ -50,7 +50,7 @@ define(['$', 'template', 'order', 'native', 'helper', 'user', 'api', 'config', '
|
|
|
/* 重置页面时调用,重新生成IScroll */
|
|
|
function fixScroll(pageData) {
|
|
|
setInterval(function () {
|
|
|
- if (product.name == "双11虹口区日常保洁特价体验") {
|
|
|
+ if (product.name == "活动产品") {
|
|
|
$('.show-time-picker').css('display', 'none');
|
|
|
$('.show-coupon-picker').css('display', 'none');
|
|
|
$('.table-link-label').css('display', 'none');
|
|
@@ -783,7 +783,7 @@ define(['$', 'template', 'order', 'native', 'helper', 'user', 'api', 'config', '
|
|
|
return;
|
|
|
}
|
|
|
|
|
|
- if (!order.bookingTimeStr&& product.name !== "双11虹口区日常保洁特价体验") {
|
|
|
+ if (!order.bookingTimeStr&& product.name !== "活动产品") {
|
|
|
$doc.trigger('spa:openpanel', ['simpleAlert', {
|
|
|
message: '请选择上门时间'
|
|
|
}]);
|
|
@@ -826,7 +826,7 @@ define(['$', 'template', 'order', 'native', 'helper', 'user', 'api', 'config', '
|
|
|
order.reset();
|
|
|
$('.booking-time', $view).html('请选择');
|
|
|
if (res.data.status == 1) {
|
|
|
- if(res.data.products_str=='双11虹口区日常保洁特价体验'){
|
|
|
+ if(res.data.products_str=='活动产品'){
|
|
|
$doc.trigger('spa:navigate', {
|
|
|
hash: 'bargain'
|
|
|
});
|