react_hsbc_teller 2.0.37 → 2.0.38
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
|
@@ -119,7 +119,7 @@ export default class foot extends Component {
|
|
|
119
119
|
<div className="one">
|
|
120
120
|
<img className="imgClass" src={require("../../assets/img/switchExternal.png").default} alt="" />
|
|
121
121
|
<div className="text">
|
|
122
|
-
|
|
122
|
+
{this.props.recordMode == 1?'远程':''}签署
|
|
123
123
|
</div>
|
|
124
124
|
</div>
|
|
125
125
|
</div>
|
|
@@ -60,7 +60,7 @@ import MultiModule from '../multiModule/multiModule'//签字、抄录
|
|
|
60
60
|
import axios from 'axios';
|
|
61
61
|
import CryptoJS from "crypto-js";
|
|
62
62
|
|
|
63
|
-
const SDK_VERISON = '2.0.
|
|
63
|
+
const SDK_VERISON = '2.0.38'
|
|
64
64
|
const IDtypeFront = '请客户在其设备后置摄像头下展示证件正面(如:身份证照片页面)'
|
|
65
65
|
const IDtypeBack = '请在后置摄像头下展示证件反面(如:身份证国徽页)'
|
|
66
66
|
const { Option } = Select;
|
|
@@ -6570,9 +6570,12 @@ class Video extends Component {
|
|
|
6570
6570
|
{otherAttendeesList}
|
|
6571
6571
|
</li>
|
|
6572
6572
|
}
|
|
6573
|
+
{
|
|
6574
|
+
this.props.recordMode != 2 &&
|
|
6573
6575
|
<li>
|
|
6574
6576
|
请注意,若会议中需要客户出示证件,请客户使用手机的后置摄像头展示证件,由客户经理拍摄证件照片以完成客户身份核实。客户可点击会议主页面上的”切换摄像头“按钮切换手机摄像头
|
|
6575
6577
|
</li>
|
|
6578
|
+
}
|
|
6576
6579
|
|
|
6577
6580
|
</ul>
|
|
6578
6581
|
</div>
|
|
@@ -6587,7 +6590,7 @@ class Video extends Component {
|
|
|
6587
6590
|
size={110} //二维码的宽高尺寸
|
|
6588
6591
|
fgColor="#000000" //二维码的颜色
|
|
6589
6592
|
/>
|
|
6590
|
-
<div className='sessionDiv'
|
|
6593
|
+
<div className='sessionDiv' style={{marginTop: '20px'}}><span>会议号码</span><div className='num'>{this.state.sessionId}</div></div>
|
|
6591
6594
|
</div> : null}
|
|
6592
6595
|
</div>
|
|
6593
6596
|
}
|
|
@@ -6818,7 +6821,7 @@ class Video extends Component {
|
|
|
6818
6821
|
size={120} //二维码的宽高尺寸
|
|
6819
6822
|
fgColor="#000000" //二维码的颜色
|
|
6820
6823
|
/>
|
|
6821
|
-
<div className='sessionDiv'>{this.state.sessionId
|
|
6824
|
+
<div className='sessionDiv'><span>会议号码</span><div className='num'>{this.state.sessionId}</div></div>
|
|
6822
6825
|
</div>
|
|
6823
6826
|
</Modal>
|
|
6824
6827
|
{/* 是否退出会议*/}
|
|
@@ -7216,8 +7219,8 @@ class Video extends Component {
|
|
|
7216
7219
|
</Panel>
|
|
7217
7220
|
{
|
|
7218
7221
|
this.props.recordMode == 2 &&
|
|
7219
|
-
<Panel header={<span
|
|
7220
|
-
<p className="envClass">{this.state.ipadTag? 'iPad设备已加入':'
|
|
7222
|
+
<Panel header={<span>双录iPad设备 - {this.state.ipadTag? '合格':'未开启'} {this.state.ipadTag? <img src={IconSuccess} />: <img src={IconFail} />}</span>} key="6" className={this.state.ipadTag? '':'panel-error'}>
|
|
7223
|
+
<p className="envClass">{this.state.ipadTag? 'iPad设备已加入':'请使用双录iPAD扫描以下会议二维码或输入会议号,开启双录'}</p>
|
|
7221
7224
|
<div className='QRCode flex' style={{display: this.state.ipadTag? 'none':''}}>
|
|
7222
7225
|
<QRCode
|
|
7223
7226
|
value={JSON.stringify({
|
|
@@ -7229,7 +7232,7 @@ class Video extends Component {
|
|
|
7229
7232
|
size={100}
|
|
7230
7233
|
fgColor="#000000"
|
|
7231
7234
|
/>
|
|
7232
|
-
<div className='sessionDiv'>{this.state.sessionId
|
|
7235
|
+
<div className='sessionDiv'><span>会议号码</span><div className='num'>{this.state.sessionId}</div></div>
|
|
7233
7236
|
</div>
|
|
7234
7237
|
</Panel>
|
|
7235
7238
|
}
|
|
@@ -466,7 +466,7 @@
|
|
|
466
466
|
}
|
|
467
467
|
.ipadCode{
|
|
468
468
|
margin-top: 16px;
|
|
469
|
-
margin-bottom:
|
|
469
|
+
margin-bottom: 16px;
|
|
470
470
|
margin-left: 30px;
|
|
471
471
|
position: relative;
|
|
472
472
|
}
|
|
@@ -668,7 +668,7 @@ display: inline-flex;
|
|
|
668
668
|
display: flex;
|
|
669
669
|
flex-direction: column;
|
|
670
670
|
align-items: center;
|
|
671
|
-
.
|
|
671
|
+
.num{
|
|
672
672
|
background: #DB0011;
|
|
673
673
|
border-radius: 20px;
|
|
674
674
|
padding: 0 15px;
|
|
@@ -676,14 +676,26 @@ display: inline-flex;
|
|
|
676
676
|
line-height: 40px;
|
|
677
677
|
height: 40px;
|
|
678
678
|
color: white;
|
|
679
|
-
margin-top:
|
|
679
|
+
margin-top: 5px;
|
|
680
|
+
}
|
|
681
|
+
.sessionDiv{
|
|
682
|
+
display: flex;
|
|
683
|
+
flex-direction: column;
|
|
684
|
+
span{
|
|
685
|
+
margin-bottom: 3px;
|
|
686
|
+
font-size: 16px;
|
|
687
|
+
font-weight: bold;
|
|
688
|
+
text-align: center;
|
|
689
|
+
}
|
|
680
690
|
}
|
|
681
691
|
&.flex{
|
|
682
692
|
position: initial;
|
|
683
693
|
flex-direction: row;
|
|
684
694
|
.sessionDiv{
|
|
685
695
|
margin-left: 20px;
|
|
686
|
-
|
|
696
|
+
}
|
|
697
|
+
.num{
|
|
698
|
+
margin-top: 0px;
|
|
687
699
|
font-weight: 500;
|
|
688
700
|
font-size: 1rem;
|
|
689
701
|
}
|
|
@@ -693,8 +705,8 @@ display: inline-flex;
|
|
|
693
705
|
.ipadCode{
|
|
694
706
|
margin-left: 0px;
|
|
695
707
|
}
|
|
696
|
-
.
|
|
697
|
-
margin-top:
|
|
708
|
+
.num{
|
|
709
|
+
margin-top: 0px;
|
|
698
710
|
font-weight: 500;
|
|
699
711
|
font-size: 1rem;
|
|
700
712
|
margin-bottom: 0.5rem;
|