干掉脏检查

This commit is contained in:
CPPAlien 2018-07-27 15:04:09 +08:00
parent d63bbe5615
commit f936eaa9f0
3 changed files with 1 additions and 1694 deletions

File diff suppressed because it is too large Load Diff

View File

@ -5,6 +5,5 @@ function isValidUrl(url) {
module.exports = {
isValidUrl,
...require('./underscore'),
};

View File

@ -52,7 +52,7 @@ Component({
},
isNeedRefresh(newVal, oldVal) {
if (!newVal || this.isEmpty(newVal) || util.isEqual(newVal, oldVal)) {
if (!newVal || this.isEmpty(newVal)) {
return false;
}
return true;