Authored by 514335620@qq.com

修复 退换货 错误提交的状态 申请未改变状态

... ... @@ -389,7 +389,7 @@ function loadWaiting(status) {
text += '○';
}, 600);
} else {
$submitBox.addClass('applying');
$submitBox.removeClass('applying');
clearInterval(timer);
}
}
... ... @@ -425,7 +425,7 @@ $('.save-btn').click(function() {
}
} else {
alert(jsonData.message);
loadWaiting();
loadWaiting(false);
}
});
});
\ No newline at end of file
... ...