Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hy17_hds
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
template admin
hy17_hds
Commits
760f1475
Commit
760f1475
authored
Sep 08, 2023
by
Tt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
1417bb19
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
.DS_Store
.DS_Store
+0
-0
hy17_hds.ts
assets/hy17_hds/scene/hy17_hds.ts
+4
-4
No files found.
.DS_Store
View file @
760f1475
No preview for this file type
assets/hy17_hds/scene/hy17_hds.ts
View file @
760f1475
...
@@ -420,10 +420,10 @@ export default class SceneComponent extends MyCocosSceneComponent {
...
@@ -420,10 +420,10 @@ export default class SceneComponent extends MyCocosSceneComponent {
sendData
()
{
sendData
()
{
return
new
Promise
(
res
=>
{
return
new
Promise
(
res
=>
{
let
upData
:
any
=
{
let
upData
:
any
=
{
word_count
:
this
.
data
.
word_count
,
word_count
:
this
.
data
.
word_count
||
0
,
sentence_count
:
this
.
data
.
sentence_count
,
sentence_count
:
this
.
data
.
sentence_count
||
0
,
zi_count
:
this
.
data
.
zi_count
,
zi_count
:
this
.
data
.
zi_count
||
0
,
score
:
this
.
score
,
score
:
this
.
score
||
0
,
};
};
let
recordList
=
pg
.
hw
.
getRecord
();
let
recordList
=
pg
.
hw
.
getRecord
();
if
(
recordList
&&
recordList
.
length
>
0
)
{
if
(
recordList
&&
recordList
.
length
>
0
)
{
...
...
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