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
94dd4a96
Commit
94dd4a96
authored
Dec 22, 2020
by
zhangjinzhou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
默认选人
parent
1621f59c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
28 additions
and
13 deletions
+28
-13
index.js
project/mock/e-family/index.js
+1
-1
select.jsx
project/src/components/select/select.jsx
+24
-9
dataCenter.js
project/src/dataCenter.js
+3
-3
No files found.
project/mock/e-family/index.js
View file @
94dd4a96
...
...
@@ -4,7 +4,7 @@ export const homeInfo = {
{
"canUpdateNickName"
:
false
,
"figures"
:
[{
"figureId"
:
"1"
},
{
"figureId"
:
"2"
},
{
"figureId"
:
"3"
}],
"newUser"
:
0
,
"newUser"
:
1
,
"userInfo"
:
{
"figureId"
:
"1"
,
"joyBeans"
:
10100
,
"nickName"
:
"13"
}
},
"message"
:
null
,
...
...
project/src/components/select/select.jsx
View file @
94dd4a96
...
...
@@ -6,7 +6,7 @@ import dataCenter, { getAPIdata, getHomeInfo, netErrMsg, Role, Store } from '../
import
resList
from
'../../resconfig/resList'
;
//import API from '../../api';
import
'./select.less'
;
const
startselidx
=
3
;
class
Select
extends
Component
{
constructor
(
props
)
{
super
(
props
);
...
...
@@ -27,11 +27,25 @@ class Select extends Component {
Role
[
i
].
figureid
=
ifigure
.
figureId
;
}
}
console
.
log
(
"figureid设置==》"
,
Role
);
//
console.log("figureid设置==》",Role);
// setTimeout(() => {
// console.log('关闭这个弹窗');
// this.props.onClose();
// }, 1000);
this
.
nshowidx
=
startselidx
;
this
.
setState
({
nshowidx
:
startselidx
});
let
startClass
=
[
[
"cardtwo"
,
"cardthr"
,
"cardone"
],
[
"cardone"
,
"cardtwo"
,
"cardthr"
],
[
"cardthr"
,
"cardone"
,
"cardtwo"
],
]
this
.
refs
.
cardone
.
className
=
startClass
[
startselidx
-
1
][
0
];
this
.
refs
.
cardtwo
.
className
=
startClass
[
startselidx
-
1
][
1
];
this
.
refs
.
cardthr
.
className
=
startClass
[
startselidx
-
1
][
2
];
}
cantouch
=
false
;
lastouchx
;
...
...
@@ -58,19 +72,21 @@ class Select extends Component {
}
nshowidx
=
2
;
changeShowRole
(
dir
){
let
changenum
=
dir
==
"left"
?
-
1
:
1
;
let
changenum
=
dir
==
"left"
?
+
1
:
-
1
;
let
nshowidx
=
this
.
nshowidx
+
changenum
;
this
.
nshowidx
=
this
.
changeIdxShow
(
nshowidx
,
this
.
refs
.
cardtwo
,
"onemaskadd"
);
let
lshowidx
=
this
.
nshowidx
-
1
;
let
tshowidx
=
this
.
nshowidx
+
1
;
let
lshowidx
=
this
.
nshowidx
+
1
;
let
tshowidx
=
this
.
nshowidx
-
1
;
this
.
changeIdxShow
(
lshowidx
,
this
.
refs
.
cardone
,
"twomaskadd"
);
this
.
changeIdxShow
(
tshowidx
,
this
.
refs
.
cardthr
,
"thrmaskadd"
);
this
.
setState
({
nshowidx
:
this
.
nshowidx
,
changed
:
true
,
});
console
.
error
(
"当前选中====》"
,
this
.
nshowidx
);
}
changeIdxShow
(
showidx
,
target
,
maskadd
){
if
(
showidx
==
4
){
...
...
@@ -83,7 +99,7 @@ class Select extends Component {
let
srcClass
=
target
.
className
;
let
showclass
=
[
'card
one'
,
'cardtwo'
,
'cardthr
'
][
showidx
-
1
];
let
showclass
=
[
'card
thr'
,
'cardtwo'
,
'cardone
'
][
showidx
-
1
];
let
aniclass
=
''
;
if
(
showclass
==
"cardone"
){
if
(
srcClass
.
indexOf
(
"cardtwo"
)
!=-
1
){
...
...
@@ -121,7 +137,6 @@ class Select extends Component {
}
async
selectRole
(){
let
planame
=
this
.
refs
.
planame
.
value
;
console
.
log
(
planame
);
if
(
planame
.
length
<
1
){
return
Toast
(
"名字不能为空"
);
}
...
...
@@ -160,7 +175,7 @@ class Select extends Component {
src=
{
this
.
state
.
resList
[
'8872d3a6-1d19-4a83-a07d-ae084b8a1392'
].
url
}
/>
<
img
className=
{
"onemask "
+
(
nshowidx
==
3
?
"opacitycur"
:
"opacitylat"
)
+
(
changed
?
nshowidx
==
3
?
" opalatocur"
:
" opacurtolat"
:
""
)
}
className=
{
"onemask "
+
(
nshowidx
==
1
?
"opacitycur"
:
"opacitylat"
)
+
(
changed
?
nshowidx
==
1
?
" opalatocur"
:
" opacurtolat"
:
""
)
}
src=
{
this
.
state
.
resList
[
'5608e852-913b-47e0-a286-0c33a86aed10'
].
url
}
uuid=
"912dc687-6727-4bb1-9e87-936ea77074ce"
/>
...
...
@@ -184,7 +199,7 @@ class Select extends Component {
src=
{
this
.
state
.
resList
[
'9da0a542-17dc-4c4c-bcc3-2ee8fba66ffa'
].
url
}
/>
<
img
className=
{
"thrmask "
+
(
nshowidx
==
1
?
"opacitycur"
:
"opacitylat"
)
+
(
changed
?
nshowidx
==
1
?
" opalatocur"
:
" opacurtolat"
:
""
)
}
className=
{
"thrmask "
+
(
nshowidx
==
3
?
"opacitycur"
:
"opacitylat"
)
+
(
changed
?
nshowidx
==
3
?
" opalatocur"
:
" opacurtolat"
:
""
)
}
src=
{
this
.
state
.
resList
[
'5608e852-913b-47e0-a286-0c33a86aed10'
].
url
}
uuid=
"28141b28-0c40-4810-8233-cc392753d698"
/>
...
...
project/src/dataCenter.js
View file @
94dd4a96
...
...
@@ -16,15 +16,15 @@ export const Store = {
//人物角色对应
export
let
Role
=
{
1
:{
name
:
"熊猫1"
,
name
:
"熊猫1
男
"
,
figureid
:
1
,
},
2
:{
name
:
"熊猫2"
,
name
:
"熊猫2
女
"
,
figureid
:
2
,
},
3
:{
name
:
"熊猫3"
,
name
:
"熊猫3
墨镜
"
,
figureid
:
3
,
}
}
...
...
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