react_hsbc_teller 1.4.6 → 1.4.7
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 +3 -2
package/package.json
CHANGED
|
@@ -283,7 +283,8 @@ class Video extends Component {
|
|
|
283
283
|
this.tabTitlesClick('customerScreen', 'delect')
|
|
284
284
|
this.props.imgCallback({
|
|
285
285
|
type: result.data.type + '',
|
|
286
|
-
file: result.data.base64Image
|
|
286
|
+
file: result.data.base64Image,
|
|
287
|
+
errorType: 0}
|
|
287
288
|
)
|
|
288
289
|
} catch (err) {
|
|
289
290
|
console.error(err);
|
|
@@ -1496,7 +1497,7 @@ class Video extends Component {
|
|
|
1496
1497
|
this.props.imgCallback({
|
|
1497
1498
|
type: Mival.data.type + '',
|
|
1498
1499
|
file: Mival.data.file,
|
|
1499
|
-
|
|
1500
|
+
errerrorTypeorType: 0}
|
|
1500
1501
|
) // 文字抄录和风险抄录,3--风险,,2--文字
|
|
1501
1502
|
}
|
|
1502
1503
|
} else if (Mival.typeId == 1321) {
|