Commit 48f5fa87 by xiexiaoqin

fix: 创建会议选择地点更改时间

parent 4927e982
......@@ -55,9 +55,17 @@ create.Page({
this.reset()
},
onShow() {
if (this.$store.data.shouldUpdateShowTime) {
this.setData({
showTime: getShowTime(this.$store.data.startTime, this.$store.data.endTime)
})
this.$store.data.shouldUpdateShowTime = false;
this.update();
}
setTimeout(() => {
this.update()
}, 100)
},
// 添加标题
......
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