|
@@ -264,7 +264,7 @@ $(document).ready(function() {
|
|
|
data: { reset: 0 },
|
|
|
success: function(response) {
|
|
|
console.log(response);
|
|
|
- if (response.status == 0 || response.status == 2) {
|
|
|
+ if (response.status == 2) {
|
|
|
clearInterval(intervalId);
|
|
|
layer.close(loadIndex); // 关闭加载层
|
|
|
}
|