@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 +6 -0
- package/doc/all-v2-components/index.jsx +3 -1
- package/es/index.cjs.js +11 -11
- package/es/index.es.js +26 -21
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -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"
|