Browse Source

修改返回的数据

lvhao 5 months ago
parent
commit
56860c0983
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/CoreApp/models/Model_logic_order.php

+ 1 - 1
core/CoreApp/models/Model_logic_order.php

@@ -130,7 +130,7 @@ class Model_logic_order extends Lin_Model {
                             $tmp_title .= $check_info['title']." ";
                         }else{
                             $flag = false;
-                            $tmp_title .= "<b stylye='color:red'>".$check_info['title']."</b> ";
+                            $tmp_title .= "<b style='color:red'>".$check_info['title']."</b> ";
                         }
                     }else{
                         $tmp_title .= $check_info['title']." ";