Commit eaf88179 by liang ce

修改cs

parent 00b183ac
......@@ -44,7 +44,6 @@
}
.mwModalBody picker-view{
width: 100%;
height: 292rpx;
display: flex;
}
.son2{
......
......@@ -347,12 +347,11 @@ create.Page({
this.store.data.participatorList = participatorList
this.store.data.remark = res.data.data.remark || ''
this.store.data.recurrenceModel = res.data.data.recurrenceModel
this.setData({
originUserList: participatorList,
title: res.data.data.title,
time1: res.data.data.startTime.substring(0, 16),
time2: res.data.data.endTime.substring(0, 16),
time1: res.data.data.startTime.replace(/-/g, '/'),
time2: res.data.data.endTime.replace(/-/g, '/'),
week1: this.data.weekList[new Date(res.data.data.startTime).getDay()],
week2: this.data.weekList[new Date(res.data.data.endTime).getDay()]
})
......
......@@ -16,6 +16,7 @@
align-items: center;
justify-content: center;
height: 160rpx;
background: #ffffff;
}
.sureBtn view{
background: #3296FA;
......@@ -34,6 +35,7 @@
line-height: 112rpx;
box-sizing: border-box;
border-bottom: 1px solid rgba(25,31,37,0.12);
background: #ffffff;
}
.itemList view{
flex: 1;
......@@ -54,7 +56,7 @@
}
.timeView picker-view{
width: 100%;
height: 280rpx;
height: 200rpx;
display: flex;
}
.itemList .isBeOverdue {
......
......@@ -8,7 +8,7 @@ class Store {
// 重复 重复机制
repeatable:0,
recurrenceModel:{
model:"no_repeat"
model:"no_repeat",
},
editList: [{ icon: 'icondingwei', text: '地点' }, { icon: 'iconhuiqiantixing', text: '提醒' }, { icon: 'iconchongfu', text: '重复' }, { icon: 'icondidianmiaoshu', text: '描述' }, { icon: 'iconshanchu', text: '删除' }],
remark: '', // 会议描述
......
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