Commit 66ebb482 authored by youjie's avatar youjie

no message

parent 643e0a26
...@@ -2129,7 +2129,7 @@ ...@@ -2129,7 +2129,7 @@
let date2 = new Date(end_time); let date2 = new Date(end_time);
let date3 = new Date(); let date3 = new Date();
if (this.addMsg.PreferPrice>item.useCondition if (this.addMsg.PreferPrice>item.useCondition
&& (date3.Format("yyyy-MM-dd") > date1.Format("yyyy-MM-dd") && (date3.Format("yyyy-MM-dd") >= date1.Format("yyyy-MM-dd")
&& date2.Format("yyyy-MM-dd") > date3.Format("yyyy-MM-dd"))) { && date2.Format("yyyy-MM-dd") > date3.Format("yyyy-MM-dd"))) {
return false return false
}else{ }else{
......
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