Commit 653981fd by fengzhaoyu

fix:会前提醒展示为不提醒问题

parent 28fa64f8
...@@ -767,6 +767,8 @@ create.Page({ ...@@ -767,6 +767,8 @@ create.Page({
this.$store.data.indexNeedUpdate = true this.$store.data.indexNeedUpdate = true
this.update() this.update()
this.setData({ this.setData({
aheadTimes: [15],
'comListData.aheadTimesListId': [15],
confirmAttendance: 1 confirmAttendance: 1
}) })
this.conflictPeople() this.conflictPeople()
...@@ -1239,6 +1241,8 @@ create.Page({ ...@@ -1239,6 +1241,8 @@ create.Page({
this.$store.data.indexNeedUpdate = true this.$store.data.indexNeedUpdate = true
this.update() this.update()
this.setData({ this.setData({
aheadTimes: [15],
'comListData.aheadTimesListId': [15],
confirmAttendance: 1 confirmAttendance: 1
}) })
this.conflictPeople() this.conflictPeople()
......
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