react_hsbc_teller 2.0.5 → 2.0.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react_hsbc_teller",
3
- "version": "2.0.5",
3
+ "version": "2.0.7",
4
4
  "description": "React",
5
5
  "private": false,
6
6
  "main": "lib/hsbc.js",
@@ -27,6 +27,9 @@ export default class foot extends Component {
27
27
  ocrClick=()=>{
28
28
  this.props.ocrClick()
29
29
  }
30
+ paperOcrClick=()=>{
31
+ this.props.paperOcrClick()
32
+ }
30
33
  pictureInPicture=()=>{
31
34
  this.props.pictureInPicture()
32
35
  }
@@ -153,6 +156,15 @@ export default class foot extends Component {
153
156
  </div>
154
157
  // </Popover>
155
158
  }
159
+ {
160
+ item == 'PAPER_OCR' &&
161
+ <div className="one" onClick={this.paperOcrClick.bind(this)}>
162
+ <img className="imgClass" src={require("../../assets/img/icon_paper.png").default} alt="" />
163
+ <div className="text">
164
+ 纸质识别
165
+ </div>
166
+ </div>
167
+ }
156
168
  {
157
169
  item == 'INVITE' && <div className="one" onClick={this.invitationClick.bind(this)}>
158
170
  <img className="imgClass" src={require("../../assets/img/icon_invitation.png").default} alt="" />