react_hsbc_teller 2.0.76 → 2.0.77
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 +3 -0
- package/lib/hsbc.js +1 -1
- package/package.json +1 -1
- package/packages/pages/video/video.jsx +59 -10
package/README.md
CHANGED
|
@@ -61,6 +61,9 @@ export { default as HSBC } from "./demo/demo";
|
|
|
61
61
|
|
|
62
62
|
|
|
63
63
|
### 版本更新
|
|
64
|
+
###### 2.0.77
|
|
65
|
+
1. 弹窗提示---根据阿里要求不同的错误码对应的提示也随之改变,方便客户直观观察错误
|
|
66
|
+
2. pdf增加新的回调事件closePdfCallback:参数{step:''}
|
|
64
67
|
###### 2.0.76
|
|
65
68
|
1. 共享屏幕播放音频的时候StreamFilterHandler回调设置增益倍数,
|
|
66
69
|
2. 在环境监测的弹窗中去手动设置增益倍数:1-5
|