Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gxpt_wechat
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
pseer
gxpt_wechat
Commits
6b17151f
Commit
6b17151f
authored
Jan 16, 2024
by
zhangzhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
细节优化
parent
d508075d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
order.vue
pages/order/order.vue
+2
-3
No files found.
pages/order/order.vue
View file @
6b17151f
...
...
@@ -642,7 +642,7 @@
this
.
dateIntervalList
.
forEach
((
val
,
i
)
=>
{
if
(
selectNum
>
this
.
duration
){
return
}
else
if
(
val
.
status
===
0
||
(
val
.
status
==
1
&&
Number
(
moment
(
val
.
endHoldTime
).
format
(
'mm'
))
<
2
9
)){
}
else
if
(
val
.
status
===
0
||
(
val
.
status
==
1
&&
Number
(
moment
(
val
.
endHoldTime
).
format
(
'mm'
))
<
2
0
)){
selectNum
+=
1
if
(
t
<
0
){
t
=
i
...
...
@@ -1073,7 +1073,6 @@
}
}
})
if
(
n
<=
this
.
duration
||
(
n
>=
this
.
duration
&&
t
>=
24
)){
uni
.
showToast
({
icon
:
"none"
,
...
...
@@ -1376,7 +1375,7 @@
this
.
dateIndex
+=
1
;
}
}
if
(
val
.
status
==
1
||
val
.
status
==
2
)
{
if
(
val
.
endHoldTime
)
{
let
mTime
=
Number
(
moment
(
val
.
endHoldTime
).
format
(
"mm"
))
if
(
mTime
>=
59
)
{
uni
.
showToast
({
...
...
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