zy-react-library 1.0.123 → 1.0.124

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.
@@ -356,9 +356,9 @@ function HiddenInfo(props) {
356
356
  )
357
357
  }
358
358
  {
359
- info.isQualified === 1
359
+ (info.hiddenAcceptUserCO && Object.keys(info.hiddenAcceptUserCO).length > 0)
360
360
  ? (
361
- (info.hiddenAcceptUserCO && Object.keys(info.hiddenAcceptUserCO).length > 0)
361
+ info.isQualified === 1
362
362
  ? (
363
363
  <>
364
364
  <Divider orientation="left">验收信息</Divider>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "zy-react-library",
3
3
  "private": false,
4
- "version": "1.0.123",
4
+ "version": "1.0.124",
5
5
  "type": "module",
6
6
  "description": "",
7
7
  "author": "LiuJiaNan",