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
a141883e
Commit
a141883e
authored
5 years ago
by
fengzhaoyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改input 创建问题
parent
5946d2cb
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
1 deletions
+18
-1
createMeeting.js
pages/createMeeting/createMeeting.js
+16
-0
outLookContact.acss
pages/outLookContact/outLookContact.acss
+2
-1
No files found.
pages/createMeeting/createMeeting.js
View file @
a141883e
...
...
@@ -319,6 +319,22 @@ create.Page({
})
this
.
conflictPeople
()
this
.
resetRepeatList
()
/*
改时间 改掉重复规则
先选重复规则 再改时间 重复规则也要改变
暂时修改每周 每月重复问题
*/
if
(
this
.
data
.
recurrenceModel
===
'week'
&&
this
.
data
.
recurrenceModel
.
weekDayList
.
length
===
1
)
{
this
.
setData
({
recurrenceModel
:
this
.
data
.
comListData
.
repeatList
[
2
].
recurrenceModel
})
}
else
if
(
this
.
data
.
recurrenceModel
===
'absolute_Monthly'
)
{
this
.
setData
({
recurrenceModel
:
this
.
data
.
comListData
.
repeatList
[
4
].
recurrenceModel
})
}
},
addSchedule
:
throttle
(
function
()
{
let
data
=
{
...
...
This diff is collapsed.
Click to expand it.
pages/outLookContact/outLookContact.acss
View file @
a141883e
...
...
@@ -25,11 +25,12 @@ input {
width: 100%;
font-family: PingFangSC-Medium;
font-size: 40rpx;
height: 60rpx;
}
.addContact>.icon {
color: #3070F2;
line-height:
5
8rpx;
line-height:
6
8rpx;
}
.contactListItem {
...
...
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