Authored by lijing

更改时间bug

... ... @@ -159,8 +159,10 @@ if ($('.time-tag').length > 0) {
if (!window.cookie('packageId') && ((window.queryString.typeStatus === '4') ||
(window.queryString.typeStatus === '5'))) {
$('.date-tip').find('.text').text('请先选择套餐');
if (window.queryString.order !== 'true') {
$('.foot-btn').addClass('full').removeClass('ok');
}
}
}
// 默认勾选
... ...