|
|
|
@ -30,7 +30,7 @@ class Trialapplication extends Component {
|
|
|
|
|
Phonenumberisnotco: undefined,
|
|
|
|
|
Phonenumberisnotcobool: false,
|
|
|
|
|
readonlyInput: true,
|
|
|
|
|
user_phone_binded: false,
|
|
|
|
|
user_phone_binded: props.user_phone_binded,
|
|
|
|
|
showTrial: false,
|
|
|
|
|
user: undefined,
|
|
|
|
|
}
|
|
|
|
@ -383,7 +383,7 @@ class Trialapplication extends Component {
|
|
|
|
|
{
|
|
|
|
|
isRenders === false ? "" :
|
|
|
|
|
|
|
|
|
|
<div style={{"border-radius": "15px"}}>
|
|
|
|
|
<div style={{"border-radius": "10px"}}>
|
|
|
|
|
<style>
|
|
|
|
|
{
|
|
|
|
|
`
|
|
|
|
@ -427,7 +427,7 @@ class Trialapplication extends Component {
|
|
|
|
|
#DialogIDysl div {
|
|
|
|
|
overflow-y:visible !important;
|
|
|
|
|
box-shadow:none !important;
|
|
|
|
|
border-radius:15px !important;
|
|
|
|
|
border-radius:10px !important;
|
|
|
|
|
}
|
|
|
|
|
#wrapper{
|
|
|
|
|
position: relative;
|
|
|
|
@ -541,19 +541,19 @@ class Trialapplication extends Component {
|
|
|
|
|
style={{height: '0', width: '0', border: 'none', display: "none"}}/>
|
|
|
|
|
|
|
|
|
|
<Dialog open={true} id="DialogIDysl"
|
|
|
|
|
style={{display: isRenders == false ? 'none' : '', "border-radius": "15px"}}
|
|
|
|
|
style={{display: isRenders == false ? 'none' : '', "border-radius": "10px"}}
|
|
|
|
|
>
|
|
|
|
|
<div id="closeIcon" onClick={() => {
|
|
|
|
|
this.handleDialogClose()
|
|
|
|
|
}}>
|
|
|
|
|
<i className="iconfont icon-shanchudiao"></i>
|
|
|
|
|
</div>
|
|
|
|
|
<div className={"login_register_content"} style={{"border-radius": "15px", "width": "560px"}}>
|
|
|
|
|
<div className={"login_register_content"} style={{"border-radius": "10px", "width": "560px"}}>
|
|
|
|
|
|
|
|
|
|
<div className={"login_register_content"} style={
|
|
|
|
|
user_phone_binded === true ?
|
|
|
|
|
{
|
|
|
|
|
"width": "560px", "height": "280px",
|
|
|
|
|
"width": "560px", "height": "295px",
|
|
|
|
|
"border-radius": "15px",
|
|
|
|
|
"background": " #FFFFff",
|
|
|
|
|
"text-align": "center",
|
|
|
|
@ -564,8 +564,8 @@ class Trialapplication extends Component {
|
|
|
|
|
}
|
|
|
|
|
:
|
|
|
|
|
{
|
|
|
|
|
"width": "560px", "height": "390px",
|
|
|
|
|
"border-radius": "15px",
|
|
|
|
|
"width": "560px", "height": "410px",
|
|
|
|
|
"border-radius": "10px",
|
|
|
|
|
"background": " #FFFFff",
|
|
|
|
|
"text-align": "center",
|
|
|
|
|
// "position": "absolute",
|
|
|
|
@ -575,14 +575,12 @@ class Trialapplication extends Component {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
>
|
|
|
|
|
<ul>
|
|
|
|
|
<ul style={{"margin-top": "10px","margin-bottom": "10px"}}>
|
|
|
|
|
<span style={{
|
|
|
|
|
"padding": "20px",
|
|
|
|
|
"text-align": "center!important",
|
|
|
|
|
"color": "#05101A",
|
|
|
|
|
"font-weight": "bold",
|
|
|
|
|
"font-size": "17px",
|
|
|
|
|
"margin-top": "10px",
|
|
|
|
|
}}>试用申请</span>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
@ -597,7 +595,7 @@ class Trialapplication extends Component {
|
|
|
|
|
{
|
|
|
|
|
user_phone_binded === true ? "" :
|
|
|
|
|
<div style={{
|
|
|
|
|
"margin-top": "15px", "padding-left": "50px",
|
|
|
|
|
"margin-top": "20px", "padding-left": "50px",
|
|
|
|
|
"padding-right": "50px"
|
|
|
|
|
}}>
|
|
|
|
|
<Input placeholder="请输入手机号码" value={login}
|
|
|
|
@ -611,7 +609,7 @@ class Trialapplication extends Component {
|
|
|
|
|
<p className="color-red mt5 mb5" style={{width: " 100%", height: "20px"}}>
|
|
|
|
|
<span>{Phonenumberisnotco}</span>
|
|
|
|
|
</p>
|
|
|
|
|
: <div className="mt5 mb5" style={{height: "20px"}}></div>
|
|
|
|
|
: <div style={{height: "20px"}}></div>
|
|
|
|
|
}
|
|
|
|
|
</div>
|
|
|
|
|
}
|
|
|
|
@ -665,10 +663,10 @@ class Trialapplication extends Component {
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
Phonenumberisnotcocodes && Phonenumberisnotcocodes != "" ?
|
|
|
|
|
<p className="color-red mt2 mb2" style={{width: " 100%", height: "23px"}}>
|
|
|
|
|
<p className="color-red " style={{width: " 100%", height: "20px"}}>
|
|
|
|
|
<span>{Phonenumberisnotcocodes}</span>
|
|
|
|
|
</p>
|
|
|
|
|
: <div className="mt2 mb2" style={{height: "23px"}}></div>
|
|
|
|
|
: <div style={{height: "20px"}}></div>
|
|
|
|
|
}
|
|
|
|
|
<div style={{
|
|
|
|
|
"padding-left": "50px",
|
|
|
|
@ -680,10 +678,10 @@ class Trialapplication extends Component {
|
|
|
|
|
name="mynames"></Input>
|
|
|
|
|
{
|
|
|
|
|
Phonenumberisnotcoreason && Phonenumberisnotcoreason != "" ?
|
|
|
|
|
<p className="color-red mt2 mb2" style={{width: " 100%", height: "23px"}}>
|
|
|
|
|
<p className="color-red" style={{width: " 100%", height: "20px"}}>
|
|
|
|
|
<span>{Phonenumberisnotcoreason}</span>
|
|
|
|
|
</p>
|
|
|
|
|
: <div className="mt2 mb2" style={{height: "23px"}}></div>
|
|
|
|
|
: <div style={{height: "20px"}}></div>
|
|
|
|
|
}
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|