Commit 1e879bd8 by fengzhaoyu

会前提醒点击参加不参加 不重置

parent 86c36dea
...@@ -868,12 +868,12 @@ create.Page({ ...@@ -868,12 +868,12 @@ create.Page({
if (res.data.code !== 0) { if (res.data.code !== 0) {
return return
} }
if (_that.data.currentPeople === _that.data.organizer) { // if (_that.data.currentPeople === _that.data.organizer) {
_that.setData({ // _that.setData({
'aheadTime.aheadTimes': [15], // 'aheadTime.aheadTimes': [15],
'aheadTime.aheadTimesListId': [15], // 'aheadTime.aheadTimesListId': [15],
}) // })
} // }
_that.setData({ _that.setData({
confirmAttendance: dataParticipate.value confirmAttendance: dataParticipate.value
}) })
......
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