/*------------------------------------------------------------------------------------------
checkout.server.js
da peng
dp165137419@163.com
------------------------------------------------------------------------------------------*/



(function ($) {
    $(document).ready(function () {
		    ServerHandle('configs/ajax/server.list.ajax.php', 
										 {
										 'productId':$('#productId').val(), 
										 'serverType':$('#salesServerLocus').val()
										 });
		});
})(jQuery);
