Commit dc088d42 by xiexiaoqin

fix: add duration innitial end time

parent f7df661b
......@@ -156,7 +156,8 @@ Component({
label: '2小时',
},
startPostTime: '',
endPostTime: ''
endPostTime: '',
endDurationPostTime: ''
},
props: {
},
......@@ -220,6 +221,7 @@ Component({
},
changeDuration(startDate, durationData, pickValue) {
this.setData({
endDurationPostTime: getEndTimeByDuration(startDate, durationData.value),
duration: {
label: durationData.label,
showTime: getDurationShowTime(startDate, durationData.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