fmui-base 2.2.28 → 2.2.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/lib/form/form.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
package/lib/form/form.js
CHANGED
|
@@ -1081,7 +1081,7 @@ var PageHome = function (_React$Component) {
|
|
|
1081
1081
|
var commentFieldList = [];
|
|
1082
1082
|
for (var _i = 0; _i < commentList.length; _i++) {
|
|
1083
1083
|
var commentItem = commentList[_i];
|
|
1084
|
-
if (commentItem.field ==
|
|
1084
|
+
if (commentItem.field == itemParam.uniqueName) {
|
|
1085
1085
|
//评论id和code
|
|
1086
1086
|
commentFieldList.push(commentItem);
|
|
1087
1087
|
}
|