Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
schedule
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
fengzhaoyu
schedule
Commits
53ee4609
Commit
53ee4609
authored
Apr 15, 2020
by
xiexiaoqin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:添加版本号
parent
c0b5a6ce
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletions
+11
-1
scheduleList.js
pages/scheduleList/scheduleList.js
+11
-1
No files found.
pages/scheduleList/scheduleList.js
View file @
53ee4609
...
@@ -18,7 +18,7 @@ let maxYear = currentDate.getFullYear() + 1;
...
@@ -18,7 +18,7 @@ let maxYear = currentDate.getFullYear() + 1;
let
DateMap
=
getDateMap
(
minYear
,
maxYear
);
let
DateMap
=
getDateMap
(
minYear
,
maxYear
);
const
weekList
=
[
"周日"
,
"周一"
,
"周二"
,
"周三"
,
"周四"
,
"周五"
,
"周六"
];
const
weekList
=
[
"周日"
,
"周一"
,
"周二"
,
"周三"
,
"周四"
,
"周五"
,
"周六"
];
import
create
from
"dd-store"
;
import
create
from
"dd-store"
;
let
maxClickCount
=
5
;
create
.
Page
({
create
.
Page
({
data
:
{
data
:
{
$data
:
null
,
$data
:
null
,
...
@@ -658,5 +658,15 @@ create.Page({
...
@@ -658,5 +658,15 @@ create.Page({
this
.
isFirstLoad
=
false
;
this
.
isFirstLoad
=
false
;
this
.
resetToview
=
true
;
this
.
resetToview
=
true
;
}
}
},
onTitleClick
()
{
maxClickCount
--
;
if
(
maxClickCount
==
0
)
{
dd
.
alert
({
content
:
'版本号196'
});
maxClickCount
=
5
;
}
}
}
});
});
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