Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
icbcRPG
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
wildfirecode13
icbcRPG
Commits
04293ffa
Commit
04293ffa
authored
Dec 23, 2020
by
wildfirecode13
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
5a1a528f
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
index.js
project/mock/e-family/index.js
+1
-1
select.jsx
project/src/components/select/select.jsx
+2
-2
loading.jsx
project/src/pages/loading/loading.jsx
+3
-3
loading.less
project/src/pages/loading/loading.less
+2
-2
No files found.
project/mock/e-family/index.js
View file @
04293ffa
...
@@ -4,7 +4,7 @@ export const homeInfo = {
...
@@ -4,7 +4,7 @@ export const homeInfo = {
{
{
"canUpdateNickName"
:
false
,
"canUpdateNickName"
:
false
,
"figures"
:
[{
"figureId"
:
"1"
},
{
"figureId"
:
"2"
},
{
"figureId"
:
"3"
}],
"figures"
:
[{
"figureId"
:
"1"
},
{
"figureId"
:
"2"
},
{
"figureId"
:
"3"
}],
"newUser"
:
0
,
"newUser"
:
1
,
"userInfo"
:
{
"figureId"
:
"3"
,
"joyBeans"
:
10100
,
"nickName"
:
"13"
}
"userInfo"
:
{
"figureId"
:
"3"
,
"joyBeans"
:
10100
,
"nickName"
:
"13"
}
},
},
"message"
:
null
,
"message"
:
null
,
...
...
project/src/components/select/select.jsx
View file @
04293ffa
...
@@ -14,7 +14,7 @@ class Select extends Component {
...
@@ -14,7 +14,7 @@ class Select extends Component {
resList
:
resList
,
resList
:
resList
,
nshowidx
:
2
,
nshowidx
:
2
,
changed
:
false
,
changed
:
false
,
selected
:
fals
e
selected
:
tru
e
};
};
}
}
...
@@ -236,7 +236,7 @@ class Select extends Component {
...
@@ -236,7 +236,7 @@ class Select extends Component {
src=
{
this
.
state
.
resList
[
'a4412ebd-65be-4908-8894-b0aea8cbd4cf'
].
url
}
src=
{
this
.
state
.
resList
[
'a4412ebd-65be-4908-8894-b0aea8cbd4cf'
].
url
}
onClick=
{
this
.
changeShowRole
.
bind
(
this
,
"left"
)
}
onClick=
{
this
.
changeShowRole
.
bind
(
this
,
"left"
)
}
/>
/>
<
input
className=
"planame"
type=
"text"
placeholder=
"请输入昵称(不超过六字)"
ref=
"planame"
/>
<
input
onChange=
{
()
=>
{
this
.
setState
({
selected
:
false
})}
}
className=
"planame"
type=
"text"
placeholder=
"请输入昵称(不超过六字)"
ref=
"planame"
/>
</
div
>
</
div
>
);
);
}
}
...
...
project/src/pages/loading/loading.jsx
View file @
04293ffa
...
@@ -113,9 +113,9 @@ class Loading extends Component {
...
@@ -113,9 +113,9 @@ class Loading extends Component {
}
}
}
}
this
.
props
.
navigateTo
(
'mainpage'
,
{
//
this.props.navigateTo('mainpage', {
isnewUser
,
//
isnewUser,
});
//
});
}
}
render
()
{
render
()
{
...
...
project/src/pages/loading/loading.less
View file @
04293ffa
.loading {
.loading {
//
width: 750px;
width: 750px;
//
height: 1624px;
height: 1624px;
// position: absolute;
// position: absolute;
.loading_bg {
.loading_bg {
...
...
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