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
eaf88179
Commit
eaf88179
authored
Feb 18, 2020
by
liang ce
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改cs
parent
00b183ac
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
mwSelectTimeModal.acss
components/mwSelectTimeModal/mwSelectTimeModal.acss
+0
-1
createOrEditSchedule.js
pages/createOrEditSchedule/createOrEditSchedule.js
+2
-3
repetitionTime.acss
pages/repetitionTime/repetitionTime.acss
+3
-1
exampleStore.js
stores/exampleStore.js
+1
-1
No files found.
components/mwSelectTimeModal/mwSelectTimeModal.acss
View file @
eaf88179
...
@@ -44,7 +44,6 @@
...
@@ -44,7 +44,6 @@
}
}
.mwModalBody picker-view{
.mwModalBody picker-view{
width: 100%;
width: 100%;
height: 292rpx;
display: flex;
display: flex;
}
}
.son2{
.son2{
...
...
pages/createOrEditSchedule/createOrEditSchedule.js
View file @
eaf88179
...
@@ -347,12 +347,11 @@ create.Page({
...
@@ -347,12 +347,11 @@ create.Page({
this
.
store
.
data
.
participatorList
=
participatorList
this
.
store
.
data
.
participatorList
=
participatorList
this
.
store
.
data
.
remark
=
res
.
data
.
data
.
remark
||
''
this
.
store
.
data
.
remark
=
res
.
data
.
data
.
remark
||
''
this
.
store
.
data
.
recurrenceModel
=
res
.
data
.
data
.
recurrenceModel
this
.
store
.
data
.
recurrenceModel
=
res
.
data
.
data
.
recurrenceModel
this
.
setData
({
this
.
setData
({
originUserList
:
participatorList
,
originUserList
:
participatorList
,
title
:
res
.
data
.
data
.
title
,
title
:
res
.
data
.
data
.
title
,
time1
:
res
.
data
.
data
.
startTime
.
substring
(
0
,
16
),
time1
:
res
.
data
.
data
.
startTime
.
replace
(
/-/g
,
'/'
),
time2
:
res
.
data
.
data
.
endTime
.
substring
(
0
,
16
),
time2
:
res
.
data
.
data
.
endTime
.
replace
(
/-/g
,
'/'
),
week1
:
this
.
data
.
weekList
[
new
Date
(
res
.
data
.
data
.
startTime
).
getDay
()],
week1
:
this
.
data
.
weekList
[
new
Date
(
res
.
data
.
data
.
startTime
).
getDay
()],
week2
:
this
.
data
.
weekList
[
new
Date
(
res
.
data
.
data
.
endTime
).
getDay
()]
week2
:
this
.
data
.
weekList
[
new
Date
(
res
.
data
.
data
.
endTime
).
getDay
()]
})
})
...
...
pages/repetitionTime/repetitionTime.acss
View file @
eaf88179
...
@@ -16,6 +16,7 @@
...
@@ -16,6 +16,7 @@
align-items: center;
align-items: center;
justify-content: center;
justify-content: center;
height: 160rpx;
height: 160rpx;
background: #ffffff;
}
}
.sureBtn view{
.sureBtn view{
background: #3296FA;
background: #3296FA;
...
@@ -34,6 +35,7 @@
...
@@ -34,6 +35,7 @@
line-height: 112rpx;
line-height: 112rpx;
box-sizing: border-box;
box-sizing: border-box;
border-bottom: 1px solid rgba(25,31,37,0.12);
border-bottom: 1px solid rgba(25,31,37,0.12);
background: #ffffff;
}
}
.itemList view{
.itemList view{
flex: 1;
flex: 1;
...
@@ -54,7 +56,7 @@
...
@@ -54,7 +56,7 @@
}
}
.timeView picker-view{
.timeView picker-view{
width: 100%;
width: 100%;
height: 2
8
0rpx;
height: 2
0
0rpx;
display: flex;
display: flex;
}
}
.itemList .isBeOverdue {
.itemList .isBeOverdue {
...
...
stores/exampleStore.js
View file @
eaf88179
...
@@ -8,7 +8,7 @@ class Store {
...
@@ -8,7 +8,7 @@ class Store {
// 重复 重复机制
// 重复 重复机制
repeatable
:
0
,
repeatable
:
0
,
recurrenceModel
:{
recurrenceModel
:{
model
:
"no_repeat"
model
:
"no_repeat"
,
},
},
editList
:
[{
icon
:
'icondingwei'
,
text
:
'地点'
},
{
icon
:
'iconhuiqiantixing'
,
text
:
'提醒'
},
{
icon
:
'iconchongfu'
,
text
:
'重复'
},
{
icon
:
'icondidianmiaoshu'
,
text
:
'描述'
},
{
icon
:
'iconshanchu'
,
text
:
'删除'
}],
editList
:
[{
icon
:
'icondingwei'
,
text
:
'地点'
},
{
icon
:
'iconhuiqiantixing'
,
text
:
'提醒'
},
{
icon
:
'iconchongfu'
,
text
:
'重复'
},
{
icon
:
'icondidianmiaoshu'
,
text
:
'描述'
},
{
icon
:
'iconshanchu'
,
text
:
'删除'
}],
remark
:
''
,
// 会议描述
remark
:
''
,
// 会议描述
...
...
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