Commit 18304c0a by Denglingling

修改版本号 v1.1.1

(cherry picked from commit b538e29f)
parent 6bb42289
Showing with 1 additions and 22 deletions
......@@ -45,7 +45,7 @@ class LoginPage extends Component{
subTitList: ['登录', '登录中...'],
isSubLoding: false,
isShowDomain: false, // 域名填写
version_apk: 'v1.1.0'
version_apk: 'v1.1.1'
}
}
......@@ -159,23 +159,6 @@ class LoginPage extends Component{
}
}
// 自动登录
subAutoLogin() {
// let { autoLogin } = this.props
// let { username, password } = this.state
// if(!this.judgeRequireIsEmpty()) {
// return
// }
// let params = {
// data:{
// grant_type: "PASSWORD",
// user_name: username,
// user_password: password
// }
// }
// autoLogin(params)
}
// 判断用户名、密码是否填写
judgeRequireIsEmpty() {
let flag = true
......@@ -305,19 +288,15 @@ class LoginPage extends Component{
</View>
<Text style={styles.fo_vers}>{ version_apk }</Text>
</View>
<LodingModel title={subTit} show={isSubLoding} />
<FillDomainModel
show={isShowDomain}
closeModal={() => this.handleCloseDomain()}
callback={(domainVal) => this.fillDomainCallBack(domainVal)}
domainValue={tempGlobalDomain}
/>
</View>
</ImageBackground>
</SafeAreaView>
</View>
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment