@cniot/android-pda-components 2.0.0-beta.21 → 2.0.0-beta.23

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 CHANGED
@@ -1,3 +1,9 @@
1
+ # 2.0.0-beta.23
2
+ - feat: 支持 播放提示音 组件
3
+
4
+ # 2.0.0-beta.22
5
+ - feat: 图片上传组件 支持 选择视频
6
+
1
7
  # 2.0.0-beta.21
2
8
  - feat: 支持 notValidateEmptyWhenOnScan
3
9
 
@@ -846,9 +846,11 @@ export default function (props) {
846
846
  fullWidth
847
847
  onClick={() => {
848
848
  console.log(`primary button click===`);
849
+ // playSound('success')
850
+ PageFlowSystemPagesV2.PlaySound('warning');
849
851
  }}
850
852
  >
851
- 取消
853
+ 取消 playSound
852
854
  </ButtonV2>
853
855
  <ButtonV2
854
856
  type="warning"