main
kgdxpr 1 year ago
parent 0e8f86c37a
commit b85cc6f599

@ -356,12 +356,11 @@
time: 1000
});
}
},
error: function (xhr, status, error) {
}, error: function (xhr, status, error) {
layer.close(loading);
console.log('请求出错:' + error + ',' + status);
}
})
});
});
}

Loading…
Cancel
Save