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
3f9c568a
Commit
3f9c568a
authored
Feb 26, 2020
by
fengzhaoyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
11
parent
682964ea
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
index.axml
pages/index/index.axml
+1
-1
repeatMechanism.js
pages/repeatMechanism/repeatMechanism.js
+1
-1
No files found.
pages/index/index.axml
View file @
3f9c568a
<!-- <mw-select></mw-select> -->
<!-- <mw-select></mw-select> -->
版本号:
99
版
版本号:
103
版
<scroll-view a:if="{{todayStr !== ''}}" scroll-y="{{true}}" upper-threshold="50" lower-threshold="50" onScrollToLower="lower" style="height: 100vh;" scroll-into-view="{{todayStr}}">
<scroll-view a:if="{{todayStr !== ''}}" scroll-y="{{true}}" upper-threshold="50" lower-threshold="50" onScrollToLower="lower" style="height: 100vh;" scroll-into-view="{{todayStr}}">
<block a:for="{{scheduleList}}" a:for-item="scheduleYearList">
<block a:for="{{scheduleList}}" a:for-item="scheduleYearList">
<block a:for="{{scheduleYearList}}">
<block a:for="{{scheduleYearList}}">
...
...
pages/repeatMechanism/repeatMechanism.js
View file @
3f9c568a
...
@@ -9,7 +9,7 @@ create.Page({
...
@@ -9,7 +9,7 @@ create.Page({
repeatList
:
[
repeatList
:
[
{
model
:
'no_repeat'
,
text
:
'不重复'
,
weekDayList
:
[]
},
{
model
:
'no_repeat'
,
text
:
'不重复'
,
weekDayList
:
[]
},
{
model
:
'every_day'
,
text
:
'每天重复'
,
weekDayList
:
[]
},
{
model
:
'every_day'
,
text
:
'每天重复'
,
weekDayList
:
[]
},
{
model
:
'day_in_week'
,
text
:
'
每周重复
'
,
weekDayList
:
[]
},
{
model
:
'day_in_week'
,
text
:
''
,
weekDayList
:
[]
},
{
model
:
'day_in_week'
,
text
:
'每周的工作日重复'
,
weekDayList
:
[
'MO'
,
'TU'
,
'WE'
,
'TH'
,
'FR'
]
}
{
model
:
'day_in_week'
,
text
:
'每周的工作日重复'
,
weekDayList
:
[
'MO'
,
'TU'
,
'WE'
,
'TH'
,
'FR'
]
}
]
]
},
},
...
...
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