react_hsbc_teller 0.4.6 → 0.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 +1 -2
package/package.json
CHANGED
|
@@ -2827,7 +2827,6 @@ componentDidMount() {
|
|
|
2827
2827
|
{/* {
|
|
2828
2828
|
videoCustomer
|
|
2829
2829
|
} */}
|
|
2830
|
-
<div style={{ display: (this.state.isCustomer) ? '' : 'none', }}>
|
|
2831
2830
|
<div
|
|
2832
2831
|
className={`itemed`}
|
|
2833
2832
|
style={{ position: "relative",display: (this.state.videoOneName) ? '' : 'none'}}
|
|
@@ -3139,7 +3138,7 @@ componentDidMount() {
|
|
|
3139
3138
|
<canvas style={{ display: (this.state.videoTwelveName&&!this.state.voiceVideoTwelve) ? '' : 'none', }} className="canvasClassOne" id="subscribe_volumeView12" width="40" height="70"></canvas>
|
|
3140
3139
|
</div>
|
|
3141
3140
|
|
|
3142
|
-
|
|
3141
|
+
|
|
3143
3142
|
</div>
|
|
3144
3143
|
<img id="icon_huatong" style={{display:'none'}} src={require("../../assets/img/icon_huatong.png").default}></img>
|
|
3145
3144
|
</div>
|