修改首页模块
This commit is contained in:
@@ -544,7 +544,7 @@ baseForOwn(LazyWrapper.prototype, function(func, methodName) {
|
||||
var checkIteratee = /^(?:filter|find|map|reject)|While$/.test(methodName),
|
||||
isTaker = /^(?:head|last)$/.test(methodName),
|
||||
lodashFunc = lodash[isTaker ? ('take' + (methodName == 'last' ? 'Right' : '')) : methodName],
|
||||
retUnwrapped = isTaker || /^find/.test(methodName);
|
||||
retUnwrapped = isTaker || methodName.startsWith('find');
|
||||
|
||||
if (!lodashFunc) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user