Commit 4491cfde by fengzhaoyu

修改头像,部分问题

parent 00b183ac
...@@ -103,7 +103,7 @@ ...@@ -103,7 +103,7 @@
</view> </view>
</view> </view>
<!-- 重复 --> <!-- 重复 -->
<view class="repeat" a:if="{{!!repeatable}}"> <view class="repeat" a:if="{{!!scheduleItem&&!!repeatable}}">
<view class="iconfont iconchongfu"> <view class="iconfont iconchongfu">
</view> </view>
<view class="repeatContaint"> <view class="repeatContaint">
......
...@@ -155,6 +155,8 @@ create.Page({ ...@@ -155,6 +155,8 @@ create.Page({
addParticipants() { addParticipants() {
const _that = this const _that = this
dd.complexChoose({ dd.complexChoose({
limitTips: "超出了", //超过限定人数返回提示
maxUsers: 100, //最大可选人数
title: "选择参会人", //标题 title: "选择参会人", //标题
multiple: true, //是否多选 multiple: true, //是否多选
pickedUsers: _that.store.data.participatorUserId, //已选用户 pickedUsers: _that.store.data.participatorUserId, //已选用户
...@@ -346,7 +348,7 @@ create.Page({ ...@@ -346,7 +348,7 @@ create.Page({
this.store.data.requireUserList = participatorUserId this.store.data.requireUserList = participatorUserId
this.store.data.participatorList = participatorList this.store.data.participatorList = participatorList
this.store.data.remark = res.data.data.remark || '' this.store.data.remark = res.data.data.remark || ''
this.store.data.recurrenceModel = res.data.data.recurrenceModel this.store.data.recurrenceModel = res.data.data.recurrenceModel || { model: 'no-repeat' }
this.setData({ this.setData({
originUserList: participatorList, originUserList: participatorList,
...@@ -488,6 +490,7 @@ create.Page({ ...@@ -488,6 +490,7 @@ create.Page({
}) })
}) })
} },
// 去重
}); });
...@@ -29,7 +29,7 @@ create.Page({ ...@@ -29,7 +29,7 @@ create.Page({
title: "选择参会人", //标题 title: "选择参会人", //标题
multiple: true, //是否多选 multiple: true, //是否多选
limitTips: "超出了", //超过限定人数返回提示 limitTips: "超出了", //超过限定人数返回提示
maxUsers: 1000, //最大可选人数 maxUsers: 100, //最大可选人数
pickedUsers: _that.store.data.participatorUserId, //已选用户 pickedUsers: _that.store.data.participatorUserId, //已选用户
requiredUsers: [], //必选用户(不可取消选中状态 requiredUsers: [], //必选用户(不可取消选中状态
responseUserOnly: true, //返回人,或者返回人和部门 responseUserOnly: true, //返回人,或者返回人和部门
......
...@@ -74,6 +74,11 @@ page { ...@@ -74,6 +74,11 @@ page {
background: #3296Fa; background: #3296Fa;
margin-right: 16rpx; margin-right: 16rpx;
} }
.imageGroup image {
width: 58rpx;
height: 58rpx;
border-radius: 50%;
}
.number { .number {
margin-right: 16rpx; margin-right: 16rpx;
......
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
<text a:if="{{aheadTimes.includes(2880)}}">两天前</text> <text a:if="{{aheadTimes.includes(2880)}}">两天前</text>
<text a:if="{{aheadTimes.includes(10080)}}">1周前</text> <text a:if="{{aheadTimes.includes(10080)}}">1周前</text>
提醒 提醒
</view>Ï </view>
</view> </view>
<!-- 会议描述 --> <!-- 会议描述 -->
<view class="describe" a:if="{{!!remark}}"> <view class="describe" a:if="{{!!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