Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
bh_face_counter
Overview
Overview
Details
Activity
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
黄天晨
bh_face_counter
Commits
29aecaab
Commit
29aecaab
authored
Mar 09, 2023
by
黄日华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整付款后弹窗时间
parent
2146f14a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
CounterMixins.js
src/pages/CounterMixins.js
+5
-5
No files found.
src/pages/CounterMixins.js
View file @
29aecaab
...
@@ -487,10 +487,10 @@ const CounterMixins = ComposeComponent => {
...
@@ -487,10 +487,10 @@ const CounterMixins = ComposeComponent => {
this
.
setState
({
voiceModal
:
true
,
voiceTitle
:
msg
});
this
.
setState
({
voiceModal
:
true
,
voiceTitle
:
msg
});
Speech
.
speak
(
msg
);
Speech
.
speak
(
msg
);
this
.
storeSetting
(
goodsArr
);
this
.
storeSetting
(
goodsArr
);
setTimeout
(()
=>
{
await
wait
(
1500
);
this
.
clearList
();
this
.
onLucky
();
this
.
onLucky
(
);
await
wait
(
1500
);
},
3000
);
this
.
clearList
(
);
};
};
storeSetting
=
async
printer
=>
{
storeSetting
=
async
printer
=>
{
...
@@ -557,7 +557,7 @@ const CounterMixins = ComposeComponent => {
...
@@ -557,7 +557,7 @@ const CounterMixins = ComposeComponent => {
clearTimeout
(
this
.
leaveModalTimeout
);
clearTimeout
(
this
.
leaveModalTimeout
);
this
.
leaveModalTimeout
=
setTimeout
(()
=>
{
this
.
leaveModalTimeout
=
setTimeout
(()
=>
{
this
.
setState
({
cloudFinishModal
:
false
});
this
.
setState
({
cloudFinishModal
:
false
});
},
1
0
000
);
},
1
2
000
);
}
}
};
};
...
...
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