|
@@ -152,6 +152,17 @@ export default class RegisterV4 extends React.Component {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
onRegister() {
|
|
onRegister() {
|
|
|
|
|
+ Dialog.showProgressDialog();
|
|
|
|
|
+ setTimeout(() => {
|
|
|
|
|
+ Dialog.dismissLoading();
|
|
|
|
|
+ //toastShort('Sign up successfully!');
|
|
|
|
|
+ this.setState({
|
|
|
|
|
+ visible: true
|
|
|
|
|
+ });
|
|
|
|
|
+ }, 1000);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ onRegisterT() {
|
|
|
//console.log('sign up', this.state);
|
|
//console.log('sign up', this.state);
|
|
|
var info = this.state.userInfo;
|
|
var info = this.state.userInfo;
|
|
|
if (!info.nickName) {
|
|
if (!info.nickName) {
|