');
$(".new_suit").show(400);
var token=$.cookie('sku_access_token');
var role_id=$.cookie('sku_role_id');
if(token==undefined){
window.location.href = "login.html";
}
var url=http+"cku_suit/query_all";
var data_string = JSON.stringify({token:token});
if(role_id=="admin"){
}else{
$(".new_suit_a").hide();
}
// 首次获取
$.ajax({
url: url,
type: "post",
dataType:"JSON",
data: data_string,
beforeSend:function() {
$("#suit_under_load").html('套装加载中
');
},
success: function (data)
{
console.log(data);
if(data.code==0){
for(let k=0;k
'
+ '


'
+ '
