Authored by lijing

更改时间bug

@@ -159,7 +159,9 @@ if ($('.time-tag').length > 0) { @@ -159,7 +159,9 @@ if ($('.time-tag').length > 0) {
159 if (!window.cookie('packageId') && ((window.queryString.typeStatus === '4') || 159 if (!window.cookie('packageId') && ((window.queryString.typeStatus === '4') ||
160 (window.queryString.typeStatus === '5'))) { 160 (window.queryString.typeStatus === '5'))) {
161 $('.date-tip').find('.text').text('请先选择套餐'); 161 $('.date-tip').find('.text').text('请先选择套餐');
162 - $('.foot-btn').addClass('full').removeClass('ok'); 162 + if (window.queryString.order !== 'true') {
  163 + $('.foot-btn').addClass('full').removeClass('ok');
  164 + }
163 } 165 }
164 } 166 }
165 167