Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
new_taobao
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wildfirecode13
new_taobao
Commits
5226419a
Commit
5226419a
authored
Oct 18, 2020
by
Edwise
🍷
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'refs/remotes/origin/jiaoneiqunuan' into jiaoneiqunuan
parents
754b2bdc
58777cc2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
3 deletions
+22
-3
pagegamemain.js
taobao_jn/client/pages/pagegamemain/pagegamemain.js
+22
-3
No files found.
taobao_jn/client/pages/pagegamemain/pagegamemain.js
View file @
5226419a
...
...
@@ -669,6 +669,7 @@ Page({
let
avatar4
=
this
.
data
.
avatar4
;
let
othername
=
this
.
data
.
othername
;
let
overequest
=
this
.
data
.
overequest
;
let
{
linvite
,
ltool
,
lfollow
,
lsign
,
lcollect
,
lbrowseGoods
}
=
this
.
data
;
let
ntime
=
Date
.
now
();
...
...
@@ -688,6 +689,12 @@ Page({
othername
:
othername
,
overequest
:
overequest
,
hidetime
:
ntime
,
linvite
:
linvite
,
ltool
:
ltool
,
lfollow
:
lfollow
,
lsign
:
lsign
,
lcollect
:
lcollect
,
lbrowseGoods
:
lbrowseGoods
}
})
},
...
...
@@ -1429,7 +1436,7 @@ Page({
async
lastgameover
(
lgamedata
,
nowTime
)
{
console
.
log
(
"直接结束========》"
);
let
{
roomdata
,
roomnums
,
tooltime
,
canwin
,
step
,
startime
,
endtime
,
avatar2
,
avatar3
,
avatar4
,
othername
,
overequest
,
hidetime
roomdata
,
roomnums
,
tooltime
,
canwin
,
step
,
startime
,
endtime
,
avatar2
,
avatar3
,
avatar4
,
othername
,
overequest
,
hidetime
,
linvite
,
ltool
,
lfollow
,
lsign
,
lcollect
,
lbrowseGoods
}
=
lgamedata
;
this
.
setData
({
avatar1
:
app
.
avatar
,
...
...
@@ -1446,6 +1453,12 @@ Page({
showtooltime
:
this
.
changeshowtime
(
tooltime
),
startime
:
Number
(
startime
),
endtime
:
Number
(
endtime
),
linvite
:
linvite
,
ltool
:
ltool
,
lfollow
:
lfollow
,
lsign
:
lsign
,
lcollect
:
lcollect
,
lbrowseGoods
:
lbrowseGoods
});
this
.
updateActInfo
(
"last"
);
this
.
updateAiInfo
();
...
...
@@ -1455,7 +1468,7 @@ Page({
//恢复上局游戏
async
lastgamereset
(
lgamedata
,
nowTime
)
{
let
{
roomdata
,
roomnums
,
tooltime
,
canwin
,
step
,
startime
,
endtime
,
avatar2
,
avatar3
,
avatar4
,
othername
,
toolcd
,
overequest
,
hidetime
roomdata
,
roomnums
,
tooltime
,
canwin
,
step
,
startime
,
endtime
,
avatar2
,
avatar3
,
avatar4
,
othername
,
toolcd
,
overequest
,
hidetime
,
linvite
,
ltool
,
lfollow
,
lsign
,
lcollect
,
lbrowseGoods
}
=
lgamedata
;
let
gameatime
=
Math
.
floor
((
Number
(
endtime
)
-
Number
(
nowTime
))
/
1000
);
...
...
@@ -1477,7 +1490,13 @@ Page({
endtime
:
Number
(
endtime
),
othername
:
othername
,
overequest
:
overequest
,
hidetime
:
hidetime
hidetime
:
hidetime
,
linvite
:
linvite
,
ltool
:
ltool
,
lfollow
:
lfollow
,
lsign
:
lsign
,
lcollect
:
lcollect
,
lbrowseGoods
:
lbrowseGoods
});
this
.
updateActInfo
(
"last"
);
...
...
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