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
6fc969c1
Commit
6fc969c1
authored
Dec 22, 2020
by
wildfirecode13
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of gitlab2.dui88.com:wildfirecode13/icbcrpg
parents
d3d7b2f5
1621f59c
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
24 additions
and
26 deletions
+24
-26
package.json
project/package.json
+1
-1
select.jsx
project/src/components/select/select.jsx
+6
-6
dataCenter.js
project/src/dataCenter.js
+1
-0
bundle.js
project/src/pages/main3/bundle.js
+9
-5
main3.jsx
project/src/pages/main3/main3.jsx
+1
-1
widgetConfig.js
project/src/pages/main3/widgetConfig.js
+6
-13
No files found.
project/package.json
View file @
6fc969c1
...
...
@@ -10,7 +10,7 @@
},
"dependencies"
:
{
"@spark/api-base"
:
"^1.0.11"
,
"@spark/guideact"
:
"^1.0.
2
"
,
"@spark/guideact"
:
"^1.0.
10
"
,
"@spark/projectx"
:
"^1.0.3"
,
"@spark/ui"
:
"^1.0.25"
,
"axios"
:
"^0.19.2"
,
...
...
project/src/components/select/select.jsx
View file @
6fc969c1
...
...
@@ -130,13 +130,13 @@ class Select extends Component {
nickName
:
planame
,
figureId
:
Role
[
this
.
nshowidx
].
figureid
});
// updateuinfo = {
// "code": null,
// "data": true,
// "message": null,
// "success": true
// }
if
(
updateuinfo
&&
updateuinfo
.
success
){
if
(
updateuinfo
.
data
){
const
{
result
,
joyBeans
}
=
updateuinfo
.
data
;
if
(
result
){
dataCenter
.
setData
(
Store
.
newgoldnum
,
joyBeans
);
}
}
getHomeInfo
();
this
.
props
.
onClose
();
dataCenter
.
setData
(
Store
.
needguide
,
true
);
...
...
project/src/dataCenter.js
View file @
6fc969c1
...
...
@@ -11,6 +11,7 @@ export const Store = {
//新手引导
needguide
:
"needguide"
,
newgoldnum
:
"newgoldnum"
,
}
//人物角色对应
export
let
Role
=
{
...
...
project/src/pages/main3/bundle.js
View file @
6fc969c1
...
...
@@ -167,7 +167,7 @@ var GameStage = /** @class */ (function (_super) {
this
.
canclick
=
false
;
setTimeout
(
function
()
{
_this
.
canclick
=
true
;
},
10
00
);
},
2
00
);
var
stepdata
=
this
.
guideconfig
[
this
.
step
];
var
skipbtn
=
stepdata
.
skipbtn
;
var
lastlevel
;
...
...
@@ -193,7 +193,7 @@ var GameStage = /** @class */ (function (_super) {
//步数渲染
GameStage
.
prototype
.
setGuideShow
=
function
()
{
return
__awaiter
(
this
,
void
0
,
void
0
,
function
()
{
var
stepdata
,
hole
,
txt
,
role
,
nextbtn
,
skipbtn
,
touch
,
holetype
,
holex
,
holey
,
holesize
,
cirectwid
,
cirecthei
,
cirectrad
,
dot1
,
dot2
,
dot3
,
dot4
,
dot5
,
dot6
,
dot7
,
dot8
,
text
,
txtwidth
,
txtx
,
txty
,
txtalign
,
_a
,
rolex
,
roley
,
_b
,
firstcont
,
svga
,
btnx
,
btny
,
btntex
,
skipx
,
skipy
,
skiptex
,
touchx
,
touchy
,
touchsize
;
var
stepdata
,
hole
,
txt
,
role
,
nextbtn
,
skipbtn
,
touch
,
holetype
,
holex
,
holey
,
holesize
,
cirectwid
,
cirecthei
,
cirectrad
,
dot1
,
dot2
,
dot3
,
dot4
,
dot5
,
dot6
,
dot7
,
dot8
,
text
,
txtwidth
,
txtx
,
txty
,
txtalign
,
_a
,
rolex
,
roley
,
_b
,
goldprize
,
firstcont
,
svga
,
btnx
,
btny
,
btntex
,
skipx
,
skipy
,
skiptex
,
touchx
,
touchy
,
touchsize
;
return
__generator
(
this
,
function
(
_c
)
{
switch
(
_c
.
label
)
{
case
0
:
...
...
@@ -281,7 +281,8 @@ var GameStage = /** @class */ (function (_super) {
_c
.
label
=
3
;
case
3
:
if
(
this
.
step
==
1
)
{
firstcont
=
this
.
getFirstTcont
();
goldprize
=
stepdata
.
goldprize
;
firstcont
=
this
.
getFirstTcont
(
goldprize
);
this
.
rolecont
.
addChild
(
firstcont
);
console
.
log
(
"添加firstCont===>"
,
firstcont
);
firstcont
.
x
=
rolex
-
300
;
...
...
@@ -345,7 +346,7 @@ var GameStage = /** @class */ (function (_super) {
});
});
};
GameStage
.
prototype
.
getFirstTcont
=
function
()
{
GameStage
.
prototype
.
getFirstTcont
=
function
(
goldprize
)
{
this
.
firstTcont
=
new
Container
();
this
.
firstTcont
.
addChild
(
new
Sprite
(
TextureCache
[
"guide1"
]));
this
.
firstTcont
.
width
=
633
;
...
...
@@ -355,7 +356,10 @@ var GameStage = /** @class */ (function (_super) {
this
.
firstTxt
.
size
=
30
;
this
.
firstTxt
.
x
=
266
;
this
.
firstTxt
.
y
=
186
;
this
.
firstTxt
.
text
=
"1000欢趣豆"
;
if
(
!
goldprize
)
{
goldprize
=
0
;
}
this
.
firstTxt
.
text
=
goldprize
+
"欢趣豆"
;
this
.
firstTcont
.
addChild
(
this
.
firstTxt
);
this
.
firstTcont
.
anchorX
=
390
;
this
.
firstTcont
.
anchorY
=
410
;
...
...
project/src/pages/main3/main3.jsx
View file @
6fc969c1
...
...
@@ -6,7 +6,7 @@ import API from '../../api';
import
{
Aup
,
AUPOP
,
AUP_MBX_STATE
}
from
'../../pop'
;
import
'./main3.less'
;
import
{
CanvasWidget
}
from
'spark-utils'
;
import
{
Guideact
}
from
'
./bundle'
;
//'@spark/guideact
';//
import
{
Guideact
}
from
'
@spark/guideact'
;
//'./bundle
';//
import
{
getStepData
,
widgetConfig
}
from
'./widgetConfig'
;
import
{
GDispatcher
}
from
"spark-wrapper-fyge"
import
dataCenter
,
{
Store
}
from
'../../dataCenter'
;
...
...
project/src/pages/main3/widgetConfig.js
View file @
6fc969c1
import
dataCenter
,
{
Store
}
from
"../../dataCenter"
;
let
clientWidth
=
document
.
body
.
clientWidth
;
let
clientHeight
=
document
.
body
.
clientHeight
;
...
...
@@ -39,7 +41,7 @@ let nextbtndata = {
let
skipbtndata
=
{
skipx
:
(
canvaswid
-
107
)
/
2
,
skipy
:
canvashei
-
200
,
skiplevel
:
7
,
skiplevel
:
9
,
skiptex
:
"skipbtn"
,
};
...
...
@@ -60,6 +62,7 @@ function getstep1() {
txt
:
null
,
role
:
roledata
,
nextbtn
:
null
,
goldprize
:
dataCenter
.
getData
(
Store
.
newgoldnum
)
||
0
,
skipbtn
:
skipbtndata
,
touch
:
touchdata
,
pagey
:
0
,
...
...
@@ -251,12 +254,7 @@ function getstep7(){
btny
:
910
-
offsety
,
btntex
:
"nextbtn"
},
skipbtn
:
{
skipx
:
(
canvaswid
-
107
)
/
2
,
skipy
:
canvashei
-
200
,
skiplevel
:
6
,
skiptex
:
"skipbtn"
,
},
skipbtn
:
skipbtndata
,
touch
:
touchdata
,
pagey
:
offsety
,
}
...
...
@@ -300,12 +298,7 @@ function getstep8(){
btny
:
1280
-
offsety
,
btntex
:
"nextbtn"
},
skipbtn
:
{
skipx
:
(
canvaswid
-
107
)
/
2
,
skipy
:
canvashei
-
200
,
skiplevel
:
6
,
skiptex
:
"skipbtn"
,
},
skipbtn
:
skipbtndata
,
touch
:
touchdata
,
pagey
:
offsety
,
}
...
...
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