Enford 5 年 前
コミット
62b7aa35da

+ 4 - 4
src/main/webapp/webpage/modules/weixin/theorder/orderMeal.jsp

@@ -179,10 +179,10 @@
             --maxtime;
         } else{
             clearInterval(timer);
-            // $("#plan").text("未订");
-            // $("#plan").attr("style","color: #0b61a4");
-            // $("#inDate").attr("style","padding-top: 65px");
-            // changeStatus();
+            $("#plan").text("未订");
+            $("#plan").attr("style","color: #0b61a4");
+            $("#inDate").attr("style","padding-top: 65px");
+            changeStatus();
             $.toast("订餐时间已结束!", "text");
         }
     }