Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-arena-api
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
ygopro-arena-api
Commits
8940141e
Commit
8940141e
authored
Jun 30, 2019
by
Joe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update rule
parent
fa4fb674
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
utils/utils.js
utils/utils.js
+4
-4
No files found.
utils/utils.js
View file @
8940141e
...
...
@@ -30,9 +30,9 @@ let Utils = {
diffA
=
-
8
;
}
if
(
diffA
<
0
&&
diffA
<
-
1
6
)
{
if
(
diffA
<
0
&&
diffA
<
-
1
5
)
{
console
.
log
(
"
diffA 扣分大于16 按16分结算
"
,
diffA
);
diffA
=
-
1
6
;
diffA
=
-
1
5
;
}
let
rrA
=
rA
+
diffA
;
...
...
@@ -56,9 +56,9 @@ let Utils = {
diffB
=
-
8
;
}
if
(
diffB
<
0
&&
diffB
<
-
1
6
)
{
if
(
diffB
<
0
&&
diffB
<
-
1
5
)
{
console
.
log
(
"
diffB 扣分大于16 按16分结算
"
,
diffB
);
diffB
=
-
1
6
;
diffB
=
-
1
5
;
}
let
rrB
=
rB
+
diffB
;
...
...
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