react_hsbc_teller 1.0.5 → 1.0.6
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/lib/hsbc.js +1 -1
- package/package.json +1 -1
- package/packages/pages/video/video.jsx +1 -1
package/package.json
CHANGED
|
@@ -1117,7 +1117,7 @@ class Video extends Component {
|
|
|
1117
1117
|
this.pictureInPicture('Refresh')
|
|
1118
1118
|
}
|
|
1119
1119
|
}
|
|
1120
|
-
else if (Mival.typeId ==
|
|
1120
|
+
else if (Mival.typeId == 1220) {
|
|
1121
1121
|
// 一炒多的图片
|
|
1122
1122
|
if (Mival.sessionId == this.state.sessionId) {
|
|
1123
1123
|
this.props.imgCallback(Mival.data.type, Mival.data.file) // 文字抄录和风险抄录,3--风险,,2--文字
|