阿克苏到阜新瑞应寺高速路怎么走

旅游攻略社区>问答>已解决问题:619624641980787人贡献宝贵经验
当前标签下暂时没有问答
');
} else if (json.DistrictType == '3') {
$this.siblings('.abouttdd_licon').html('加载中,请稍等...');
}
$this.parent('li').siblings('li').find('.abouttdd_licon').slideUp(300);
$this.siblings('.abouttdd_licon').slideDown(300);
$.ajax({
url: '/AskSite/Ajax/AjaxGetAskDistrictInfoList',
type: "POST",
async: true,
timeout: 60000,
data: $.toJSON(json),
success: function(responseText) {
if (responseText.Html != "") {
$this.siblings('.abouttdd_licon').html(responseText.Html);
}
},
error: function() {
}
});
},
poo_city_name: '阜新',
poo_city_id: '879'
};
function tagIndexJump(data) {
var url = DETAIL_API.AskTagIndexJump;
var tagindexId = data.tagindexId;
var tagindexText = data.tagindexText;
var askJson = {};
askJson.tagindexId = tagindexId;
askJson.tagindexText = tagindexText;
$.ajax({
url: url,
type: "POST",
async: true,
data: $.toJSON(askJson),
success: function (data) {
if (data.RetCode > 0) {
window.location.href = data.Html;
return true;
}
else if (data.RetCode == -1) {
window.location.href = data.Html;
return false;
}
},
error: function () {
}
});
}
//onload
$(function () {
//加载推荐产品
var districtId = $('#RecDistrictId').val();
var hotelId = $('#HotelId').val();
AjaxGetCtripProdctutList(districtId,hotelId);
//AjaxRelatedDistrict();
});
//加载推荐产品
function AjaxGetCtripProdctutList(districtId,hotelId) {
$.ajax({
url: '/AskSite/Ajax/AjaxGetAskListCtripProduct',
type: "POST",
async: true,
timeout: 100000,
data: { "districtId": districtId,"hotelId":hotelId },
success: function (responseText) {
$('#divAskListProduct').show();
$("#divAskListProduct").html(responseText.Html);
},
error: function () {
}
});
}
}

我要回帖

更多关于 阿喀高速 的文章

更多推荐

版权声明:文章内容来源于网络,版权归原作者所有,如有侵权请点击这里与我们联系,我们将及时删除。

点击添加站长微信