Commit a141883e by fengzhaoyu

修改input 创建问题

parent 5946d2cb
...@@ -319,6 +319,22 @@ create.Page({ ...@@ -319,6 +319,22 @@ create.Page({
}) })
this.conflictPeople() this.conflictPeople()
this.resetRepeatList() 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 () { addSchedule: throttle(function () {
let data = { let data = {
......
...@@ -25,11 +25,12 @@ input { ...@@ -25,11 +25,12 @@ input {
width: 100%; width: 100%;
font-family: PingFangSC-Medium; font-family: PingFangSC-Medium;
font-size: 40rpx; font-size: 40rpx;
height: 60rpx;
} }
.addContact>.icon { .addContact>.icon {
color: #3070F2; color: #3070F2;
line-height: 58rpx; line-height: 68rpx;
} }
.contactListItem { .contactListItem {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment