Commit a244a114 by unknown

add the advanceday for flashsale

parent 3a18182d
......@@ -52,6 +52,7 @@
$eventActivityTips.hide();
$hotEvent.hide();
$realTimeTeeTimeType.hide();
$("#reserveDay").parent().prev().html("提前抢购天数");
}else if(checkText >= 6 && checkText <=14){
$startTime.show();
$startTeeTimeDisplay.hide();
......@@ -62,6 +63,7 @@
$eventActivityTips.show();
$hotEvent.show();
$realTimeTeeTimeType.show();
$("#reserveDay").parent().prev().html("提前预订");
}else{
$flashSaleStartTime.hide();
$flashSaleEndTime.hide();
......@@ -76,6 +78,7 @@
if(checkText == 1){
$startTeeTimeDisplay.show();
$endTeeTimeDisplay.show();
$("#reserveDay").parent().prev().html("提前预订");
}
}
})
......@@ -103,6 +106,7 @@
$eventActivityTips.hide();
$hotEvent.hide();
$realTimeTeeTimeType.hide();
$("#reserveDay").parent().prev().html("提前抢购天数");
}else if(checkText >= 6 && checkText <=14){
$startTime.show();
$startTeeTimeDisplay.hide();
......@@ -113,6 +117,7 @@
$eventActivityTips.show();
$hotEvent.show();
$realTimeTeeTimeType.show();
$("#reserveDay").parent().prev().html("提前预定");
}else{
$flashSaleStartTime.hide();
$flashSaleEndTime.hide();
......@@ -127,6 +132,7 @@
if(checkText == 1){
$startTeeTimeDisplay.show();
$endTeeTimeDisplay.show();
$("#reserveDay").parent().prev().html("提前预定");
}
}
}
......@@ -289,7 +295,6 @@
</div>
<@form.singleSelect "form.resourceType" enums["com.ctrip.fun.common.vo.product.ResourceTypeEnum"] "" "资源类型"/>
<@form.textInput path="form.flashSaleStartTime" attributes="class=\"input-medium\" " label="开始时间" />
<@form.textInput path="form.flashSaleEndTime" attributes="class=\"input-medium\" " label="结束时间" />
<@form.textInput path="form.startTime" attributes="class=\"input-medium\" " label="开球时间" tip="格式:11:00-14:00" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment