dev_admin
杨树明 6 years ago
parent 32bbb573fc
commit 6a91a4ecb7

@ -189,7 +189,7 @@ class PackageIndexNEIBannerConcent extends Component {
//短信验证
SMSverification = () => {
let {contact_phone,code}=this.state;
var url = `/account/get_verification_code.json`;
var url = `/accounts/get_verification_code.json`;
axios.get((url), {
params: {
value: contact_phone,

@ -264,5 +264,5 @@
margin: 0 auto;
}
.ant-input-affix-wrapper .ant-input-prefix, .ant-input-affix-wrapper .ant-input-suffix {
background: #ffffff!important;
background: transparent !important;
}
Loading…
Cancel
Save