fmui-base 2.1.43 → 2.1.44
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 +2 -1
- package/lib/process_info/processInfo.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1906,7 +1906,7 @@ var PageHome = function (_React$Component) {
|
|
|
1906
1906
|
commentAttachId: commentAttachId
|
|
1907
1907
|
});
|
|
1908
1908
|
}
|
|
1909
|
-
if (operate == 1 || operate == 10) {
|
|
1909
|
+
if (operate == 1 || operate == 10 || operate == 3) {
|
|
1910
1910
|
if (newComment && newComment != '') {
|
|
1911
1911
|
if (newComment.length > 2000) {
|
|
1912
1912
|
_Toast2.default.show({
|