Showing
1 changed file
with
2 additions
and
0 deletions
@@ -159,8 +159,10 @@ if ($('.time-tag').length > 0) { | @@ -159,8 +159,10 @@ 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 | + if (window.queryString.order !== 'true') { | ||
162 | $('.foot-btn').addClass('full').removeClass('ok'); | 163 | $('.foot-btn').addClass('full').removeClass('ok'); |
163 | } | 164 | } |
165 | + } | ||
164 | } | 166 | } |
165 | 167 | ||
166 | // 默认勾选 | 168 | // 默认勾选 |
-
Please register or login to post a comment