mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-21 06:09:37 +08:00
修改了对应bug
This commit is contained in:
parent
29d53a71bf
commit
491acf4097
@ -366,6 +366,7 @@ App({
|
||||
roomId: '242',
|
||||
lockId: '80'
|
||||
},{
|
||||
//长乐茶室
|
||||
roomId: '243',
|
||||
lockId: '81'
|
||||
}
|
||||
|
@ -41,7 +41,10 @@ Page({
|
||||
this.setData({
|
||||
startTime: event.detail,
|
||||
});
|
||||
this.setEndMaxTime(event.detail)
|
||||
setTimeout(() =>{
|
||||
this.setEndMaxTime(event.detail)
|
||||
},400)
|
||||
|
||||
},
|
||||
|
||||
// 选择-结束时间
|
||||
@ -118,7 +121,11 @@ Page({
|
||||
this.setData({
|
||||
maxTime: maxTime.getTime()
|
||||
})
|
||||
this.setEndMaxTime(this.data.startTime)
|
||||
console.log(this.data.startTime);
|
||||
setTimeout(() =>{
|
||||
this.setEndMaxTime(this.data.startTime)
|
||||
},400)
|
||||
// this.setEndMaxTime(this.data.startTime)
|
||||
// 设置最小时间
|
||||
this.setMinTime()
|
||||
},
|
||||
@ -139,6 +146,8 @@ Page({
|
||||
this.setData({
|
||||
endMaxTime: endMaxTime
|
||||
})
|
||||
|
||||
|
||||
},
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user