Commit 96d00af3 authored by youjie's avatar youjie

no message

parent 00277f09
...@@ -1920,12 +1920,8 @@ ...@@ -1920,12 +1920,8 @@
} }
// 两小时请求一次改价、审核改价提醒 // 两小时请求一次改价、审核改价提醒
setInterval(()=>{ setInterval(()=>{
if(!this.ChangeThePriceVisible){ if(!this.ChangeThePriceVisible&&!this.ExamineThePriceVisible){
this.GetChangeThePrice() this.GetChangeThePrice()
}else{
clearInterval()
}
if(!this.ExamineThePriceVisible){
this.GetExaminePriceOrderPageList() this.GetExaminePriceOrderPageList()
}else{ }else{
clearInterval() clearInterval()
......
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