Authored by 陈轩

fix img-check ajaxURI

... ... @@ -150,7 +150,7 @@ ImgCheck.prototype = {
*/
refresh: function() {
const self = this;
let uri = this.refreshURI;
let uri = this.refreshURI + '?' + Date.now();
return $.get(uri)
.done(function(data) {
... ...