Commit 3768f978 by liang ce

合并代码

parents abde788a 5252d5ad
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
"pages": [ "pages": [
"pages/index/index", "pages/index/index",
"pages/createOrEditSchedule/createOrEditSchedule", "pages/createOrEditSchedule/createOrEditSchedule",
"pages/uploadFile/uploadFile",
"pages/meetingRoomList/meetingRoomList", "pages/meetingRoomList/meetingRoomList",
"pages/uploadFile/uploadFile", "pages/uploadFile/uploadFile",
"pages/repetitionTime/repetitionTime", "pages/repetitionTime/repetitionTime",
......
...@@ -7,9 +7,11 @@ page { ...@@ -7,9 +7,11 @@ page {
padding-bottom: 180rpx; padding-bottom: 180rpx;
box-sizing: border-box; box-sizing: border-box;
} }
.iconfont { .iconfont {
font-size: 32rpx; font-size: 32rpx;
} }
::-webkit-scrollbar { ::-webkit-scrollbar {
display: none display: none
} }
...@@ -296,6 +298,7 @@ page { ...@@ -296,6 +298,7 @@ page {
.editList>view { .editList>view {
margin: 24rpx 0; margin: 24rpx 0;
} }
.listIcon { .listIcon {
line-height: 30rpx; line-height: 30rpx;
text-align: center; text-align: center;
...@@ -375,23 +378,55 @@ page { ...@@ -375,23 +378,55 @@ page {
.blank>text { .blank>text {
margin-right: 10rpx; margin-right: 10rpx;
} }
.container { .container {
position: relative; position: relative;
} }
.permissions { .permissions {
width: 100%; width: 100%;
background:rgba(0, 0, 0, 0); background: rgba(0, 0, 0, 0);
position: absolute; position: absolute;
height: 100%; height: 100%;
top: 0; top: 0;
z-index: 10; z-index: 10;
} }
.noPermissions { .noPermissions {
opacity: 0.6; opacity: 0.6;
} }
.iconshanchu3 { .iconshanchu3 {
color: #f25643; color: #f25643;
} }
.iconshanchu3+.listText { .iconshanchu3+.listText {
color: #f25643; color: #f25643;
} }
.popupWindow {
height: 100%;
width: 100%;
position: fixed;
top: 0;
background: rgba(0, 0, 0, 0.12)
}
.popupWindowCenter {
width: 587rpx;
left: 50%;
margin-left: -293rpx;
height: auto;
position: absolute;
border-radius: 10rpx;
top: 450rpx;
background: #fff;
}
.list {
height: 96rpx;
text-align: center;
line-height: 96rpx;
text-align: center;
border-bottom: 1rpx solid rgba(25, 31, 37, 0.12);
}
\ No newline at end of file
...@@ -220,4 +220,22 @@ ...@@ -220,4 +220,22 @@
</view> </view>
<mw-modal isShowModal="{{isShowModal}}" time="{{propsTime}}" onChange="changeSelectTime"> <mw-modal isShowModal="{{isShowModal}}" time="{{propsTime}}" onChange="changeSelectTime">
</mw-modal> </mw-modal>
<view class="popupWindow">
<view class="popupWindowCenter">
<view class="list">
向参会人发送通知?
</view>
<view class="list">
发送
</view>
<view class="list">
不发送
</view>
<view class="list">
继续编辑
</view>
</view>
</view>
</block> </block>
\ No newline at end of file
...@@ -31,7 +31,8 @@ create.Page({ ...@@ -31,7 +31,8 @@ create.Page({
isRepeat: '', isRepeat: '',
permissions: '', permissions: '',
showPage: false, showPage: false,
isClicked: false isClicked: false,
popupWindowList: [{id: 0}]
}, },
onLoad(event) { onLoad(event) {
let index = new Date().getDay() let index = new Date().getDay()
......
...@@ -28,7 +28,8 @@ ...@@ -28,7 +28,8 @@
${time2.substring(5, 7)}月${time2.substring(8, 10)}日 ${time2.substring(11, 16)} ${time2.substring(5, 7)}月${time2.substring(8, 10)}日 ${time2.substring(11, 16)}
`}} `}}
<view class="repeatTip" a:if="{{!!isRepeatable}}"> <view class="repeatTip" a:if="{{!!isRepeatable}}">
每周三重复,截止到2020年3月29 {{recModel.model=='day_in_week'?(recModel.weekDayList.length==5?'每周的工作日重复':'每'+week+'重复'):'每天重复'}},
{{recModel.forever=='1'? '永不截止':'截止到'+recModel.terminateTime}}
</view> </view>
</view> </view>
</view> </view>
...@@ -104,7 +105,7 @@ ...@@ -104,7 +105,7 @@
{{item2.fileName}} {{item2.fileName}}
</view> </view>
</view> </view>
<view class="modFile" a:if="{{organizer == pemissions?(item.meetingLogId == meetingLogId):(item.meetingLogId == meetingLogId&&item.scheduleAccessory.uploaderInfo.userId==pemissions)}}" > <view class="modFile" a:if="{{organizer == pemissions?(item.meetingLogId == meetingLogId):(item.meetingLogId == meetingLogId&&item.scheduleAccessory.uploaderInfo.userId==pemissions)}}">
<view class="ediFile" data-nextPage="editFile" catchTap="nextPage" data-file="{{item.scheduleAccessory}}"> <view class="ediFile" data-nextPage="editFile" catchTap="nextPage" data-file="{{item.scheduleAccessory}}">
编辑 编辑
</view> </view>
...@@ -140,7 +141,7 @@ ...@@ -140,7 +141,7 @@
</view> </view>
</picker> </picker>
<view class="buttonGroup" data-value=0 onTap="confirmAtten" a:if="{{!(organizer == pemissions)&&isRepeatable == 0}}"> <view class="buttonGroup" data-value=0 onTap="confirmAtten" a:if="{{!(organizer == pemissions)&&isRepeatable == 0}}">
<text class="iconbucanjia2 iconfont" a:if="{{currentParStaus == 0}}" ></text> <text class="iconbucanjia2 iconfont" a:if="{{currentParStaus == 0}}"></text>
<text class="iconbucanjia3 iconfont" a:else></text> <text class="iconbucanjia3 iconfont" a:else></text>
<text class="{{currentParStaus == 0?'red': ''}}">不参加</text> <text class="{{currentParStaus == 0?'red': ''}}">不参加</text>
</view> </view>
......
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