Commit 2c11eccf by fengzhaoyu

会前提醒 一周前提醒分钟写错问题

parent a858c386
...@@ -17,5 +17,5 @@ export const aheadTimeList = [ ...@@ -17,5 +17,5 @@ export const aheadTimeList = [
{ id: 60, text: '提前一小时提醒', icon: '' }, { id: 60, text: '提前一小时提醒', icon: '' },
{ id: 120, text: '提前二小时提醒', icon: '' }, { id: 120, text: '提前二小时提醒', icon: '' },
{ id: 1440, text: '提前一天提醒', icon: '' }, { id: 1440, text: '提前一天提醒', icon: '' },
{ id: 105120, text: '提前一周提醒', icon: '' } { id: 10080, text: '提前一周提醒', icon: '' }
] ]
\ No newline at end of file
...@@ -8,7 +8,7 @@ export const aheadTimeList = [ ...@@ -8,7 +8,7 @@ export const aheadTimeList = [
{ id: 60, text: '提前一小时提醒', icon: '' }, { id: 60, text: '提前一小时提醒', icon: '' },
{ id: 120, text: '提前二小时提醒', icon: '' }, { id: 120, text: '提前二小时提醒', icon: '' },
{ id: 1440, text: '提前一天提醒', icon: '' }, { id: 1440, text: '提前一天提醒', icon: '' },
{ id: 105120, text: '提前一周提醒', icon: '' } { id: 10080, text: '提前一周提醒', icon: '' }
] ]
export const participateStatusList = [{ text: '仅参加此次会议', id: 'only', value: 1 }, { text: '参加所有会议', id: 'all', value: 1 }] export const participateStatusList = [{ text: '仅参加此次会议', id: 'only', value: 1 }, { text: '参加所有会议', id: 'all', value: 1 }]
export const noParticipateStatusList = [{ text: '不参加此次会议', id: 'only', value: 0 }, { text: '不参加所有会议', id: 'all', value: 0 }] export const noParticipateStatusList = [{ text: '不参加此次会议', id: 'only', value: 0 }, { text: '不参加所有会议', id: 'all', value: 0 }]
......
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