@tarojs/taro
Advanced tools
Comparing version 0.0.54 to 0.0.55
@@ -1194,4 +1194,4 @@ function _typeof(obj) { | ||
} else if (paramItem.children && paramItem.children.length) { | ||
inData.map(function (d, index) { | ||
res.children = dynamicRecursive(component, paramItem.children, d, stateName); | ||
res.children = inData.map(function (d, index) { | ||
return dynamicRecursive(component, paramItem.children, d, stateName); | ||
}); | ||
@@ -1198,0 +1198,0 @@ } |
@@ -1198,4 +1198,4 @@ 'use strict'; | ||
} else if (paramItem.children && paramItem.children.length) { | ||
inData.map(function (d, index) { | ||
res.children = dynamicRecursive(component, paramItem.children, d, stateName); | ||
res.children = inData.map(function (d, index) { | ||
return dynamicRecursive(component, paramItem.children, d, stateName); | ||
}); | ||
@@ -1202,0 +1202,0 @@ } |
@@ -1200,4 +1200,4 @@ (function (global, factory) { | ||
} else if (paramItem.children && paramItem.children.length) { | ||
inData.map(function (d, index) { | ||
res.children = dynamicRecursive(component, paramItem.children, d, stateName); | ||
res.children = inData.map(function (d, index) { | ||
return dynamicRecursive(component, paramItem.children, d, stateName); | ||
}); | ||
@@ -1204,0 +1204,0 @@ } |
{ | ||
"name": "@tarojs/taro", | ||
"version": "0.0.54", | ||
"version": "0.0.55", | ||
"description": "Taro framework", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -27,4 +27,4 @@ export function dynamicRecursive (component, param, data, stateName) { | ||
} else if (paramItem.children && paramItem.children.length) { | ||
inData.map((d, index) => { | ||
res.children = dynamicRecursive(component, paramItem.children, d, stateName) | ||
res.children = inData.map((d, index) => { | ||
return dynamicRecursive(component, paramItem.children, d, stateName) | ||
}) | ||
@@ -31,0 +31,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
607149