|
@@ -10845,7 +10845,7 @@ export struct LocalMusic {
|
|
|
this.isABSheet = false
|
|
this.isABSheet = false
|
|
|
},
|
|
},
|
|
|
onStartButtonClick: async ()=>{
|
|
onStartButtonClick: async ()=>{
|
|
|
- if(this.jumpBTime<=this.jumpATime||stringForTime(this.jumpATime)==stringForTime(this.jumpBTime)){
|
|
|
|
|
|
|
+ if(this.jumpBTime<=this.jumpATime||this.stringForTime(this.jumpATime)==this.stringForTime(this.jumpBTime)){
|
|
|
ToastUtil.showToast('设置B点时间不能小于或等于A点时间')
|
|
ToastUtil.showToast('设置B点时间不能小于或等于A点时间')
|
|
|
return
|
|
return
|
|
|
}
|
|
}
|