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
201856f8
Commit
201856f8
authored
Dec 01, 2021
by
zeven
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复重复提示请在手机付款
parent
8cb8c40a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
CounterMixins.js
src/pages/CounterMixins.js
+6
-0
No files found.
src/pages/CounterMixins.js
View file @
201856f8
...
...
@@ -279,6 +279,12 @@ const CounterMixins = ComposeComponent => {
// 下单失败
Speech
.
speak
(
msg
);
}
else
if
(
type
===
'paying'
)
{
if
(
this
.
isPaying
)
return
;
this
.
isPaying
=
true
;
clearTimeout
(
this
.
payingTimeout
);
this
.
payingTimeout
=
setTimeout
(()
=>
{
this
.
isPaying
=
false
;
},
2000
);
// 下单成功,等待用户支付
let
count
=
0
;
this
.
props
.
dispatch
({
...
...
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