Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
Project
Project
Details
Activity
Releases
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
viitto
mallapp
Commits
ba522e62
Commit
ba522e62
authored
Sep 18, 2020
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
半天时间修改
parent
1a81742d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
rili.vue
pages/guidecar/rili.vue
+4
-2
No files found.
pages/guidecar/rili.vue
View file @
ba522e62
...
...
@@ -134,18 +134,20 @@
icon
:
'none'
})
}
else
{
if
((
stillT
-
quT
)
>
(
12
*
3600
)){
if
((
stillT
-
quT
)
>
(
6
*
3600
)){
uni
.
showToast
({
title
:
'使用使用不能大于半天'
,
icon
:
'none'
})
return
}
}
}
else
if
(
this
.
use_day
==
1
&&
(
stillT
-
quT
)
<
(
12
*
3600
)){
}
else
if
(
this
.
use_day
==
1
&&
(
stillT
-
quT
)
<
(
6
*
3600
)){
uni
.
showToast
({
title
:
'使用时间大于半天'
,
icon
:
'none'
})
return
}
let
pages
=
getCurrentPages
();
// 当前页面
...
...
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