25759 车站查找页面,增加历史删除按钮

This commit is contained in:
luolei 2014-09-03 18:00:43 +08:00
commit dd87439ca4
3 changed files with 4 additions and 4 deletions

View File

@ -7954,7 +7954,7 @@ var OrderList = {
$('[data-cancelno]').live('click', function(events) { $('[data-cancelno]').live('click', function(events) {
var no = $(this).attr('data-cancelno'), var no = $(this).attr('data-cancelno'),
$_box = $(this).closest('li'); $_box = $(this).closest('li');
Public.confirm('取消3次订单后不可再订票,确定要取消订单吗?', function() { Public.confirm('取消3次订单后不可再订票,确定要取消订单吗?', function() {
NoComplete.cancelOrder(no, function() { NoComplete.cancelOrder(no, function() {
$_box.remove(); $_box.remove();
}); });

View File

@ -265,7 +265,7 @@ input[type=radio]:checked:after{content:''; display:block; width:12px; height:12
.search_box:before{ content:'';display:block; width:100%; height:0; overflow:hidden; clear:both;} .search_box:before{ content:'';display:block; width:100%; height:0; overflow:hidden; clear:both;}
.search_cancel{float:right; width:4em; text-align:center;} .search_cancel{float:right; width:4em; text-align:center;}
.search_ipt{overflow:hidden; height:29px; border-radius:5px; background-color:#fcaf5a; padding-left:30px; background-position:8px -443px; margin-top:8px;} .search_ipt{overflow:hidden; height:29px; border-radius:5px; background-color:#fcaf5a; padding-left:30px; background-position:8px -443px; margin-top:8px;}
.search_input{width:100%; border:0; font-size:0.9375rem; height:29px; padding:5px 0; line-height:20px;-webkit-appearance: none;-webkit-appearance:none; vertical-align:top; background:none; color:#FFF;} .search_input{width:100%; border:0; font-size:0.9375rem; height:29px; padding:5px 0; -webkit-appearance: none;-webkit-appearance:none; vertical-align:top; background:none; color:#FFF;}
.search_input::-webkit-input-placeholder{color:#fa8c13;} .search_input::-webkit-input-placeholder{color:#fa8c13;}
.station_list{ overflow:hidden;} .station_list{ overflow:hidden;}

View File

@ -23,7 +23,7 @@ var OrderList = {
$('[data-cancelno]').live('click', function(events) { $('[data-cancelno]').live('click', function(events) {
var no = $(this).attr('data-cancelno'), var no = $(this).attr('data-cancelno'),
$_box = $(this).closest('li'); $_box = $(this).closest('li');
Public.confirm('取消3次订单后不可再订票,确定要取消订单吗?', function() { Public.confirm('取消3次订单后不可再订票,确定要取消订单吗?', function() {
NoComplete.cancelOrder(no, function() { NoComplete.cancelOrder(no, function() {
$_box.remove(); $_box.remove();
}); });