Commit 6bda4710 by fengzhaoyu

1

parent f8e539f0
......@@ -90,7 +90,7 @@
<view class="text" data-nextPage="remind" onTap="nextPage">
<text class="blank">
<text a:if="{{aheadTimes.includes(0)}}">立即提醒</text>
<text a:if="{{aheadTimes.includes(1)}}">5分钟前</text>
<text a:if="{{aheadTimes.includes(5)}}">5分钟前</text>
<text a:if="{{aheadTimes.includes(15)}}">15分钟前</text>
<text a:if="{{aheadTimes.includes(30)}}">30分钟前</text>
<text a:if="{{aheadTimes.includes(60)}}">1小时前</text>
......
......@@ -163,7 +163,6 @@ create.Page({
requiredUsers: _that.store.data.requireUserList, //必选用户(不可取消选中状态)
responseUserOnly: true, //返回人,或者返回人和部门
success: function (res) {
_that.store.data.participatorList = []
res.users.forEach((item, index) => {
_that.store.data.participatorList.push({ userId: item.userId, username: item.name, headUrl: item.headUrl })
_that.store.data.participatorUserId.push(item.userId)
......@@ -383,6 +382,7 @@ create.Page({
deleteModel: 'only'
}
dd.confirm({
title:'温馨提示',
content: '确认删除本次日程吗',
confirmButtonText: '确定',
cancelButtonText: '取消',
......
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