Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
zhangzhonghua
/
BoneHouse_Business_APP
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
b538e29f
authored
Aug 13, 2020
by
Denglingling
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
修改版本号 v1.1.1
parent
9e28ac0a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
22 deletions
app/containers/login/LoginPage.js
app/containers/login/LoginPage.js
View file @
b538e29f
...
@@ -45,7 +45,7 @@ class LoginPage extends Component{
...
@@ -45,7 +45,7 @@ class LoginPage extends Component{
subTitList
:
[
'登录'
,
'登录中...'
],
subTitList
:
[
'登录'
,
'登录中...'
],
isSubLoding
:
false
,
isSubLoding
:
false
,
isShowDomain
:
false
,
// 域名填写
isShowDomain
:
false
,
// 域名填写
version_apk
:
'v1.1.
0
'
version_apk
:
'v1.1.
1
'
}
}
}
}
...
@@ -159,23 +159,6 @@ class LoginPage extends Component{
...
@@ -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
()
{
judgeRequireIsEmpty
()
{
let
flag
=
true
let
flag
=
true
...
@@ -305,19 +288,15 @@ class LoginPage extends Component{
...
@@ -305,19 +288,15 @@ class LoginPage extends Component{
<
/View
>
<
/View
>
<
Text
style
=
{
styles
.
fo_vers
}
>
{
version_apk
}
<
/Text
>
<
Text
style
=
{
styles
.
fo_vers
}
>
{
version_apk
}
<
/Text
>
<
/View
>
<
/View
>
<
LodingModel
title
=
{
subTit
}
show
=
{
isSubLoding
}
/
>
<
LodingModel
title
=
{
subTit
}
show
=
{
isSubLoding
}
/
>
<
FillDomainModel
<
FillDomainModel
show
=
{
isShowDomain
}
show
=
{
isShowDomain
}
closeModal
=
{()
=>
this
.
handleCloseDomain
()}
closeModal
=
{()
=>
this
.
handleCloseDomain
()}
callback
=
{(
domainVal
)
=>
this
.
fillDomainCallBack
(
domainVal
)}
callback
=
{(
domainVal
)
=>
this
.
fillDomainCallBack
(
domainVal
)}
domainValue
=
{
tempGlobalDomain
}
domainValue
=
{
tempGlobalDomain
}
/
>
/
>
<
/View
>
<
/View
>
<
/ImageBackground
>
<
/ImageBackground
>
<
/SafeAreaView
>
<
/SafeAreaView
>
<
/View
>
<
/View
>
)
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment