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
b007dc77
Commit
b007dc77
authored
Feb 29, 2020
by
fengzhaoyu
Browse files
Options
Browse Files
Download
Plain Diff
11
parents
21f7e539
0d7e05bb
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
97 additions
and
44 deletions
+97
-44
app.json
app.json
+2
-2
selectArea.acss
components/selectArea/selectArea.acss
+14
-6
selectArea.axml
components/selectArea/selectArea.axml
+7
-7
timeCheckModal.acss
components/timeCheckModal/timeCheckModal.acss
+7
-6
createOrEditSchedule.js
pages/createOrEditSchedule/createOrEditSchedule.js
+7
-4
index.acss
pages/index/index.acss
+3
-3
meetingRoomList.acss
pages/meetingRoomList/meetingRoomList.acss
+33
-6
meetingRoomList.axml
pages/meetingRoomList/meetingRoomList.axml
+7
-3
meetingRoomList.js
pages/meetingRoomList/meetingRoomList.js
+0
-0
repetitionTime.acss
pages/repetitionTime/repetitionTime.acss
+4
-1
repetitionTime.axml
pages/repetitionTime/repetitionTime.axml
+1
-1
repetitionTime.js
pages/repetitionTime/repetitionTime.js
+12
-5
No files found.
app.json
View file @
b007dc77
{
{
"pages"
:
[
"pages"
:
[
"pages/index/index"
,
"pages/index/index"
,
"pages/createOrEditSchedule/createOrEditSchedule"
,
"pages/meetingRoomList/meetingRoomList"
,
"pages/place/place"
,
"pages/place/place"
,
"pages/uploadFile/uploadFile"
,
"pages/uploadFile/uploadFile"
,
"pages/addRemark/addRemark"
,
"pages/addRemark/addRemark"
,
"pages/createOrEditSchedule/createOrEditSchedule"
,
"pages/meetingRoomList/meetingRoomList"
,
"pages/uploadFile/uploadFile"
,
"pages/uploadFile/uploadFile"
,
"pages/repetitionTime/repetitionTime"
,
"pages/repetitionTime/repetitionTime"
,
"pages/repeatMechanism/repeatMechanism"
,
"pages/repeatMechanism/repeatMechanism"
,
...
...
components/selectArea/selectArea.acss
View file @
b007dc77
...
@@ -53,14 +53,14 @@
...
@@ -53,14 +53,14 @@
}
}
.treeLi {
.treeLi {
display: block;
display: block;
height:
62
rpx;
height:
70
rpx;
font-size: 28rpx;
font-size: 28rpx;
line-height:
62
rpx;
line-height:
70
rpx;
}
}
.treeName {
.treeName {
height:
6
0rpx;
height:
7
0rpx;
font-size: 28rpx;
font-size: 28rpx;
line-height:
6
0rpx;
line-height:
7
0rpx;
width: 100%;
width: 100%;
display: flex;
display: flex;
}
}
...
@@ -83,11 +83,11 @@
...
@@ -83,11 +83,11 @@
}
}
/* icon */
/* icon */
.labelIsShow .iconsanjiao{
.labelIsShow .iconsanjiao{
font-size: 2
8
rpx;
font-size: 2
0
rpx;
color: #D8D8D8;
color: #D8D8D8;
}
}
.labelIsShow .iconsanjiao1{
.labelIsShow .iconsanjiao1{
font-size: 2
8
rpx;
font-size: 2
0
rpx;
color: #D8D8D8;
color: #D8D8D8;
}
}
.labelIsShow .iconxuanzhong1{
.labelIsShow .iconxuanzhong1{
...
@@ -108,6 +108,7 @@
...
@@ -108,6 +108,7 @@
font-size: 24rpx;
font-size: 24rpx;
margin-right: 16rpx;
margin-right: 16rpx;
color: #191F25;
color: #191F25;
margin-left: 8rpx;
}
}
.treeLabel .iconjianzhu1 {
.treeLabel .iconjianzhu1 {
font-size: 24rpx;
font-size: 24rpx;
...
@@ -117,3 +118,9 @@
...
@@ -117,3 +118,9 @@
.labelIsShow{
.labelIsShow{
padding-left: 4rpx;
padding-left: 4rpx;
}
}
.cancelSelectAre{
font-size: 32rpx;
}
.sureSelectAre{
font-size: 32rpx;
}
\ No newline at end of file
components/selectArea/selectArea.axml
View file @
b007dc77
<view class="lableTreeBox">
<view class="lableTreeBox">
<view class="lableTreeContent">
<view class="lableTreeContent">
<view class="lableTreeHeader">
<view class="lableTreeHeader">
<view catchTap="cancelSelectAre">
<view c
lass="cancelSelectAre" c
atchTap="cancelSelectAre">
取消
取消
</view>
</view>
<view catchTap="sureSelectAre">
<view c
lass="sureSelectAre" c
atchTap="sureSelectAre">
确定
确定
</view>
</view>
</view>
</view>
<view class="lableTreeModal">
<view class="lableTreeModal">
<scroll-view scroll-y="{{true}}" style="height: 422rpx;">
<scroll-view scroll-y="{{true}}" style="height: 422rpx;
padding-top: 8rpx
">
<view class="treeUl">
<view class="treeUl">
<block a:for="{{lableTree}}">
<block a:for="{{lableTree}}">
<view data-selectid="{{item.id}}" class="treeLi">
<view data-selectid="{{item.id}}" class="treeLi">
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
</view>
</view>
<view class="treeLabel" data-id="{{item.id}}" data-name="{{item.name}}" data-cycle="1" catchTap="onChangeAreId">
<view class="treeLabel" data-id="{{item.id}}" data-name="{{item.name}}" data-cycle="1" catchTap="onChangeAreId">
<view>
<view>
<text class="iconfont iconchengshi-"></text>
{{item.name}}
<text class="iconfont iconchengshi-"></text>
<text style="font-size:28rpx">{{item.name}}</text>
</view>
</view>
<view a:if="{{item.id===locationId}}" style="color: #1890FF;">
<view a:if="{{item.id===locationId}}" style="color: #1890FF;">
<text class="iconfont iconxuanzhong1"></text>
<text class="iconfont iconxuanzhong1"></text>
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
</view>
</view>
<view class="treeLabel" data-id="{{item2.id}}" data-name="{{item2.name}}" catchTap="onChangeAreId">
<view class="treeLabel" data-id="{{item2.id}}" data-name="{{item2.name}}" catchTap="onChangeAreId">
<view>
<view>
<text class="iconfont iconjianzhu1"></text>
{{item2.name}}
<text class="iconfont iconjianzhu1"></text>
<text style="font-size:28rpx">{{item2.name}}</text>
</view>
</view>
<view a:if="{{item2.id===locationId}}" style="color: #1890FF;">
<view a:if="{{item2.id===locationId}}" style="color: #1890FF;">
<text class="iconfont iconxuanzhong1"></text>
<text class="iconfont iconxuanzhong1"></text>
...
@@ -45,13 +45,13 @@
...
@@ -45,13 +45,13 @@
</view>
</view>
</view>
</view>
</view>
</view>
<view a:if="{{item2.children.length > 0 && item2.status}}" class="treeUl">
<view a:if="{{item2.children.length > 0 && item2.status}}" class="treeUl"
style="margin-left: 50rpx"
>
<block a:for="{{item2.children}}" a:for-index="index3" a:for-item="item3">
<block a:for="{{item2.children}}" a:for-index="index3" a:for-item="item3">
<view data-selectid="{{item3.id}}" class="treeLi">
<view data-selectid="{{item3.id}}" class="treeLi">
<view class="treeName {{ item3.id===locationId ? 'lableTreeChecked' : '' }}">
<view class="treeName {{ item3.id===locationId ? 'lableTreeChecked' : '' }}">
<view class="treeLabel" data-id="{{item3.id}}" data-name="{{item3.name}}" catchTap="onChangeAreId">
<view class="treeLabel" data-id="{{item3.id}}" data-name="{{item3.name}}" catchTap="onChangeAreId">
<view>
<view>
<text class="iconfont iconlouceng-"></text>
{{item3.name}}
<text class="iconfont iconlouceng-"></text>
<text style="font-size:28rpx">{{item3.name}}</text>
</view>
</view>
<view a:if="{{item3.id===locationId}}" style="color: #1890FF;">
<view a:if="{{item3.id===locationId}}" style="color: #1890FF;">
<text class="iconfont iconxuanzhong1"></text>
<text class="iconfont iconxuanzhong1"></text>
...
...
components/timeCheckModal/timeCheckModal.acss
View file @
b007dc77
.beOverdue{
.beOverdue{
width: 40rpx;
width: 40rpx;
height: 40rpx;
height: 40rpx;
border-radius: 50%;
/* border-radius: 50%; */
background: rgba(25,31,37,0.12);
/* background: rgba(25,31,37,0.12); */
box-sizing: border-box;
box-sizing: border-box;
}
}
.Unchecked{
.Unchecked{
width: 40rpx;
width: 40rpx;
height: 40rpx;
height: 40rpx;
border-radius: 50%;
/* border-radius: 50%; */
box-sizing: border-box;
box-sizing: border-box;
border: 3px solid #979797;
/* border: 3px solid #979797; */
}
}
.checked{
.checked{
width: 40rpx;
width: 40rpx;
height: 40rpx;
height: 40rpx;
border-radius: 50%;
/* border-radius: 50%; */
background: #3296FA;
/* background: #3296FA; */
box-sizing: border-box;
box-sizing: border-box;
}
}
\ No newline at end of file
pages/createOrEditSchedule/createOrEditSchedule.js
View file @
b007dc77
...
@@ -63,9 +63,13 @@ create.Page({
...
@@ -63,9 +63,13 @@ create.Page({
var
w
=
weekList
[
date
.
getDay
()];
var
w
=
weekList
[
date
.
getDay
()];
var
h
=
date
.
getHours
()
var
h
=
date
.
getHours
()
var
min
=
date
.
getMinutes
();
var
min
=
date
.
getMinutes
();
let
DateTimeStr
=
`
${
y
}
/
${
m
}
/
${
d
}
${
min
<
30
?
h
<
10
?
'0'
+
h
:
h
:
(
h
+
1
)
<
10
?
'0'
+
(
h
+
1
)
:
h
+
1
}
:
${
min
<
30
?
'30'
:
'00'
}
:00`
let
date1
=
new
Date
(
DateTimeStr
)
let
date2
=
new
Date
(
DateTimeStr
);
date2
.
setMinutes
(
date2
.
getMinutes
()
+
30
)
this
.
setData
({
this
.
setData
({
time1
:
`
${
y
}
/
${
m
}
/
${
d
}
${
min
<
30
?
h
<
10
?
'0'
+
h
:
h
:
(
h
+
1
)
<
10
?
'0'
+
(
h
+
1
)
:
h
+
1
}
:
${
min
<
30
?
'30'
:
'00'
}
:00
`
,
time1
:
`
${
date1
.
getFullYear
()}
/
${
date1
.
getMonth
()
<
9
?
'0'
+
(
date1
.
getMonth
()
+
1
):
date1
.
getMonth
()
+
1
}
/
${
date1
.
getDate
()
<
10
?
"0"
+
date1
.
getDate
()
:
date1
.
getDate
()}
${
date1
.
getHours
()
<
10
?
'0'
+
date1
.
getHours
()
:
date1
.
getHours
()}
:
${
date1
.
getMinutes
()
<
10
?
'0'
+
date1
.
getMinutes
():
date1
.
getMinutes
()}
`
,
time2
:
`
${
y
}
/
${
m
}
/
${
d
}
${(
h
+
1
)
<
10
?
'0'
+
(
h
+
1
)
:
h
+
1
}
:
${
min
<
30
?
'00'
:
'30'
}
:00
`
,
time2
:
`
${
date2
.
getFullYear
()}
/
${
date2
.
getMonth
()
<
9
?
'0'
+
(
date2
.
getMonth
()
+
1
):
date2
.
getMonth
()
+
1
}
/
${
date2
.
getDate
()
<
10
?
"0"
+
date2
.
getDate
()
:
date2
.
getDate
()}
${
date2
.
getHours
()
<
10
?
'0'
+
date2
.
getHours
()
:
date2
.
getHours
()}
:
${
date2
.
getMinutes
()
<
10
?
'0'
+
date2
.
getMinutes
():
date2
.
getMinutes
()}
`
,
week1
:
w
,
week1
:
w
,
week2
:
w
,
week2
:
w
,
type
:
event
.
type
,
type
:
event
.
type
,
...
@@ -128,9 +132,8 @@ create.Page({
...
@@ -128,9 +132,8 @@ create.Page({
},
},
// 选择时间组件回调
// 选择时间组件回调
changeSelectTime
(
e
)
{
changeSelectTime
(
e
)
{
console
.
log
(
e
.
time
.
substr
(
0
,
16
))
let
that
=
this
let
that
=
this
let
timeStr
=
e
.
time
.
substr
(
0
,
16
)
let
timeStr
=
e
.
status
===
1
?
e
.
time
.
substr
(
0
,
16
)
:
''
if
(
e
.
status
===
1
)
{
if
(
e
.
status
===
1
)
{
var
date1
=
new
Date
(
timeStr
.
substr
(
0
,
16
));
var
date1
=
new
Date
(
timeStr
.
substr
(
0
,
16
));
var
weekList
=
[
'周日'
,
'周一'
,
'周二'
,
'周三'
,
'周四'
,
'周五'
,
'周六'
]
var
weekList
=
[
'周日'
,
'周一'
,
'周二'
,
'周三'
,
'周四'
,
'周五'
,
'周六'
]
...
...
pages/index/index.acss
View file @
b007dc77
...
@@ -11,11 +11,11 @@ page {
...
@@ -11,11 +11,11 @@ page {
}
}
.month {
.month {
font-family: PingFangSC-Medium;
padding: 0 32rpx;
padding: 0 32rpx;
height: 48rpx;
height: 48rpx;
line-height: 48rpx;
line-height: 48rpx;
margin-bottom: 50rpx;
margin-bottom: 50rpx;
font-weight: bold;
}
}
.manyWeeks {
.manyWeeks {
...
@@ -115,8 +115,8 @@ page {
...
@@ -115,8 +115,8 @@ page {
.thisDayLine::after {
.thisDayLine::after {
content: '';
content: '';
position: absolute;
position: absolute;
left:
-2rpx
;
left:
0
;
bottom: -
2
rpx;
bottom: -
3
rpx;
width: 8rpx;
width: 8rpx;
height: 8rpx;
height: 8rpx;
border-radius: 50%;
border-radius: 50%;
...
...
pages/meetingRoomList/meetingRoomList.acss
View file @
b007dc77
...
@@ -217,6 +217,7 @@
...
@@ -217,6 +217,7 @@
display: flex;
display: flex;
align-items: flex-end;
align-items: flex-end;
background: rgba(0, 0, 0, .15);
background: rgba(0, 0, 0, .15);
z-index: 999;
}
}
.modalContent {
.modalContent {
...
@@ -282,6 +283,8 @@
...
@@ -282,6 +283,8 @@
padding-left: 32rpx;
padding-left: 32rpx;
display: flex;
display: flex;
align-items: center;
align-items: center;
font-size: 24rpx;
color: rgba(25,31,37,0.56);
}
}
.OccupyTimeList>view:nth-of-type(1) {
.OccupyTimeList>view:nth-of-type(1) {
...
@@ -318,24 +321,20 @@
...
@@ -318,24 +321,20 @@
.beOverdue {
.beOverdue {
width: 40rpx;
width: 40rpx;
height: 40rpx;
height: 40rpx;
border-radius: 50%;
/* background: rgba(25, 31, 37, 0.12); */
background: rgba(25, 31, 37, 0.12);
box-sizing: border-box;
}
}
.Unchecked {
.Unchecked {
width: 40rpx;
width: 40rpx;
height: 40rpx;
height: 40rpx;
border-radius: 50%;
box-sizing: border-box;
box-sizing: border-box;
border: 3px solid #979797;
}
}
.checked {
.checked {
width: 40rpx;
width: 40rpx;
height: 40rpx;
height: 40rpx;
border-radius: 50%;
border-radius: 50%;
background: #3296FA;
/* background: #3296FA; */
box-sizing: border-box;
box-sizing: border-box;
}
}
...
@@ -430,3 +429,30 @@
...
@@ -430,3 +429,30 @@
font-size: 30rpx;
font-size: 30rpx;
color: rgba(25,31,37,0.56);
color: rgba(25,31,37,0.56);
}
}
.modalFooter{
height: 120rpx;
line-height: 120rpx;
font-size: 26rpx;
color: #3296FA;
letter-spacing: -0.63px;
padding-left: 32rpx;
width: 100%;
box-sizing: border-box;
}
::-webkit-scrollbar {
width: 0;
height: 0;
color: transparent;
}
.beOverdue .iconxuanzhong2{
color: rgba(25,31,37,0.12);
font-size: 40rpx;
}
.checked .iconxuanzhong2{
color: #3296FA;
font-size: 40rpx;
}
.Unchecked .iconweigouxuan{
color: rgba(25,31,37,0.12);
font-size: 40rpx;
}
\ No newline at end of file
pages/meetingRoomList/meetingRoomList.axml
View file @
b007dc77
...
@@ -111,13 +111,13 @@
...
@@ -111,13 +111,13 @@
</view> -->
</view> -->
<view>
<view>
<view a:if="{{item.status==='BeOverdue'}}" class="beOverdue">
<view a:if="{{item.status==='BeOverdue'}}" class="beOverdue">
<text class="iconfont iconxuanzhong2"></text>
</view>
</view>
<view a:elif="{{item.status==='Uncheck'}}" class="Unchecked">
<view a:elif="{{item.status==='Uncheck'}}" class="Unchecked">
<text class="iconfont iconweigouxuan"></text>
</view>
</view>
<view a:elif="{{item.status==='checked'}}" class="checked">
<view a:elif="{{item.status==='checked'}}" class="checked">
<text class="iconfont iconxuanzhong2"></text>
</view>
</view>
</view>
</view>
<view>
<view>
...
@@ -131,6 +131,10 @@
...
@@ -131,6 +131,10 @@
</view>
</view>
</view>
</view>
</scroll-view>
</scroll-view>
<view class="modalFooter">
<text a:if="{{!modalFooter.startTime || !modalFooter.endTime}}">会议时间:请选择会议时间</text>
<text a:if="{{modalFooter.startTime && modalFooter.endTime}}">会议时间:{{modalFooter.startTime}}至{{modalFooter.isOneDay ? modalFooter.endTime.substr(11,16):modalFooter.endTime}} 共{{modalFooter.allMinutes}}分钟</text>
</view>
</view>
</view>
</view>
</view>
<lable-tree
<lable-tree
...
...
pages/meetingRoomList/meetingRoomList.js
View file @
b007dc77
This diff is collapsed.
Click to expand it.
pages/repetitionTime/repetitionTime.acss
View file @
b007dc77
...
@@ -52,7 +52,9 @@
...
@@ -52,7 +52,9 @@
}
}
.timeView>view:nth-of-type(1) {
.timeView>view:nth-of-type(1) {
text-align: right;
text-align: right;
margin-right: 32rpx;
padding-right: 32rpx;
box-sizing: border-box;
width: 100%;
}
}
.timeView picker-view{
.timeView picker-view{
width: 100%;
width: 100%;
...
@@ -73,6 +75,7 @@
...
@@ -73,6 +75,7 @@
display: flex;
display: flex;
align-items: center;
align-items: center;
justify-content: flex-end;
justify-content: flex-end;
border-bottom: 1px solid rgba(25,31,37,0.12);
/* font-weight: bold; */
/* font-weight: bold; */
}
}
.timeViewSwich switch{
.timeViewSwich switch{
...
...
pages/repetitionTime/repetitionTime.axml
View file @
b007dc77
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
<view>
<view>
永不截止
永不截止
</view>
</view>
<switch checked="{{
recurrenceModel.
forever == '1'}}" onChange="switchChange"/>
<switch checked="{{forever == '1'}}" onChange="switchChange"/>
</view>
</view>
<view>
<view>
<picker-view value="{{pickerValue}}" class="parent" onChange="onChange">
<picker-view value="{{pickerValue}}" class="parent" onChange="onChange">
...
...
pages/repetitionTime/repetitionTime.js
View file @
b007dc77
...
@@ -13,6 +13,7 @@ create.Page({
...
@@ -13,6 +13,7 @@ create.Page({
day
:
''
,
day
:
''
,
week
:
''
,
week
:
''
,
isBeOverdue
:
false
,
isBeOverdue
:
false
,
forever
:
'1'
},
},
onLoad
()
{
onLoad
()
{
if
(
!
this
.
store
.
data
.
recurrenceModel
.
terminateTime
||
this
.
store
.
data
.
recurrenceModel
.
forever
==
'1'
)
{
if
(
!
this
.
store
.
data
.
recurrenceModel
.
terminateTime
||
this
.
store
.
data
.
recurrenceModel
.
forever
==
'1'
)
{
...
@@ -69,6 +70,9 @@ create.Page({
...
@@ -69,6 +70,9 @@ create.Page({
pickerValue
:
[
timeYear
.
indexOf
(
`
${
date2
.
getFullYear
()}
年`
),
timeMonth
.
indexOf
(
`
${
date2
.
getMonth
()
+
1
}
月`
),
timeDay
.
indexOf
(
`
${
date2
.
getDate
()}
日
${
weekList
[
date2
.
getDay
()]}
`
)]
pickerValue
:
[
timeYear
.
indexOf
(
`
${
date2
.
getFullYear
()}
年`
),
timeMonth
.
indexOf
(
`
${
date2
.
getMonth
()
+
1
}
月`
),
timeDay
.
indexOf
(
`
${
date2
.
getDate
()}
日
${
weekList
[
date2
.
getDay
()]}
`
)]
})
})
}
}
this
.
setData
({
forever
:
this
.
store
.
data
.
recurrenceModel
.
forever
})
},
},
getMonthLength
(
year
,
month
,
day
)
{
getMonthLength
(
year
,
month
,
day
)
{
let
d
=
new
Date
(
year
,
month
,
day
)
let
d
=
new
Date
(
year
,
month
,
day
)
...
@@ -80,8 +84,9 @@ create.Page({
...
@@ -80,8 +84,9 @@ create.Page({
return
d
.
getDate
()
return
d
.
getDate
()
},
},
switchChange
(
e
)
{
switchChange
(
e
)
{
this
.
store
.
data
.
recurrenceModel
.
forever
=
e
.
detail
.
value
?
'1'
:
'0'
this
.
setData
({
this
.
update
()
forever
:
e
.
detail
.
value
?
'1'
:
'0'
})
},
},
save
(){
save
(){
if
(
this
.
data
.
isBeOverdue
)
{
if
(
this
.
data
.
isBeOverdue
)
{
...
@@ -89,10 +94,11 @@ create.Page({
...
@@ -89,10 +94,11 @@ create.Page({
}
else
{
}
else
{
if
(
this
.
store
.
data
.
recurrenceModel
.
forever
==
'1'
)
{
if
(
this
.
store
.
data
.
recurrenceModel
.
forever
==
'1'
)
{
let
data
=
this
.
getTwoYearToday
();
let
data
=
this
.
getTwoYearToday
();
this
.
store
.
data
.
recurrenceModel
.
terminateTime
=
data
this
.
store
.
data
.
recurrenceModel
.
terminateTime
=
data
;
}
else
{
}
else
{
this
.
store
.
data
.
recurrenceModel
.
terminateTime
=
`
${
this
.
data
.
year
}
-
${
this
.
data
.
month
<
10
?
'0'
+
this
.
data
.
month
:
this
.
data
.
month
}
-
${
this
.
data
.
day
<
10
?
'0'
+
this
.
data
.
day
:
this
.
data
.
day
}
`
this
.
store
.
data
.
recurrenceModel
.
terminateTime
=
`
${
this
.
data
.
year
}
-
${
this
.
data
.
month
<
10
?
'0'
+
this
.
data
.
month
:
this
.
data
.
month
}
-
${
this
.
data
.
day
<
10
?
'0'
+
this
.
data
.
day
:
this
.
data
.
day
}
`
}
}
this
.
store
.
data
.
recurrenceModel
.
forever
=
this
.
data
.
forever
this
.
update
();
this
.
update
();
dd
.
navigateBack
({
dd
.
navigateBack
({
delta
:
1
delta
:
1
...
@@ -135,7 +141,8 @@ create.Page({
...
@@ -135,7 +141,8 @@ create.Page({
isBeOverdue
:
isBeOverdue
,
isBeOverdue
:
isBeOverdue
,
pickerValue
:
[
data
[
0
],
data
[
1
],
data
[
2
]]
pickerValue
:
[
data
[
0
],
data
[
1
],
data
[
2
]]
})
})
this
.
store
.
data
.
recurrenceModel
.
forever
=
'0'
this
.
setData
({
this
.
update
()
forever
:
'0'
})
}
}
});
});
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