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
854fd96f
Commit
854fd96f
authored
5 years ago
by
fengzhaoyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 创建成功通知
parent
195f7bbc
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
28 additions
and
4 deletions
+28
-4
createMeeting.acss
pages/createMeeting/createMeeting.acss
+13
-1
createMeeting.axml
pages/createMeeting/createMeeting.axml
+1
-1
createMeeting.js
pages/createMeeting/createMeeting.js
+14
-2
No files found.
pages/createMeeting/createMeeting.acss
View file @
854fd96f
...
...
@@ -6,10 +6,12 @@ page {
}
.icon {
width: 36rpx;
vertical-align: middle;
color: #0a0a0a;
font-size: 36rpx;
line-height: 50rpx;
height: 100%;
}
input {
...
...
@@ -96,7 +98,7 @@ input {
.close {
font-size: 32rpx;
color: rgba(10, 10, 10, 0.3)
color: rgba(10, 10, 10, 0.3)
!important;
}
.repeatModal {
...
...
@@ -264,4 +266,13 @@ input {
height: 68rpx;
width: 100%;
background: #fff;
}
.iconicon_description1 {
color: rgba(10, 10, 10, 0.4)!important;
}
.iconright {
font-size: 30rpx;
color: rgba(10, 10, 10, 0.3)!important;
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
pages/createMeeting/createMeeting.axml
View file @
854fd96f
...
...
@@ -65,7 +65,7 @@
{{$data.participatorList.length}}位参会人
</view>
<view class="conflictStatus" a:if="{{conflictPeople.length}}">
{{conflictPeople.length}}人
会议
安排冲突
{{conflictPeople.length}}人
日程
安排冲突
</view>
</view>
<view class="iconright iconfont icon" style=" vertical-align: middle" catchTap="nextPage" data-nextPage="participantsDetail"></view>
...
...
This diff is collapsed.
Click to expand it.
pages/createMeeting/createMeeting.js
View file @
854fd96f
...
...
@@ -12,7 +12,7 @@ create.Page({
{
id
:
1
,
text
:
'每天'
,
icon
:
''
,
repeatable
:
1
,
recurrenceModel
:
{
model
:
'daily'
,
interval
:
1
,
initialTime
:
`2020-03-23`
,
terminateTime
:
`2022-03-23`
,
weekDayList
:
null
}
},
{
id
:
2
,
text
:
'每周'
,
icon
:
''
,
repeatable
:
1
,
recurrenceModel
:
{
model
:
'weekly'
,
interval
:
1
,
initialTime
:
`2020-03-23`
,
terminateTime
:
`2022-03-23`
,
weekDayList
:
[
'MO'
]
}
},
{
id
:
3
,
text
:
'每周的工作日'
,
icon
:
''
,
repeatable
:
1
,
recurrenceModel
:
{
model
:
'weekly'
,
interval
:
1
,
initialTime
:
`2020-03-23`
,
terminateTime
:
`2022-03-23`
,
weekDayList
:
[
'MO'
,
'TU'
,
'WE'
,
'TH'
,
'FR'
]
}
},
{
id
:
4
,
text
:
'每月'
,
icon
:
''
,
repeatable
:
1
,
recurrenceModel
:
{
model
:
'absoluteMonthly'
,
daysOfMonth
:
[
'23'
],
interval
:
1
,
initialTime
:
`2020-03-23`
,
terminateTime
:
`2022-03-23`
,
weekDayList
:
null
}
}
{
id
:
4
,
text
:
'每月'
,
icon
:
''
,
repeatable
:
1
,
recurrenceModel
:
{
model
:
'absolute
_
Monthly'
,
daysOfMonth
:
[
'23'
],
interval
:
1
,
initialTime
:
`2020-03-23`
,
terminateTime
:
`2022-03-23`
,
weekDayList
:
null
}
}
],
meetingWayList
:
[
// { id: 0, text: 'Webex meeting', imageUrl: '../../assests/Webex.png', meetingWayModel: { model: 'webex' } },
...
...
@@ -346,8 +346,20 @@ create.Page({
}
addSchedule
(
data
).
then
(
res
=>
{
if
(
res
.
data
.
code
===
0
)
{
this
.
$store
.
data
.
indexNeedUpdate
=
true
this
.
$store
.
data
.
tabBarIndex
=
'1'
if
(
this
.
data
.
repeatable
===
0
)
{
this
.
$store
.
data
.
onceMeetingContent
=
{
startTime
:
new
Date
(
this
.
$store
.
data
.
startTime
),
endTime
:
new
Date
(
this
.
$store
.
data
.
endTime
),
confirmAttendance
:
res
.
data
.
data
.
confirmAttendance
,
title
:
res
.
data
.
data
.
title
,
id
:
res
.
data
.
data
.
id
}
}
else
{
this
.
$store
.
data
.
indexNeedUpdate
=
true
}
console
.
log
(
this
.
$store
.
data
.
onceMeetingContent
)
this
.
update
()
dd
.
navigateBack
({
delta
:
1
...
...
This diff is collapsed.
Click to expand it.
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