lvhao hace 1 día
padre
commit
24bd2bc170
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      core/CoreApp/controllers/Fullordersmt.php

+ 1 - 1
core/CoreApp/controllers/Fullordersmt.php

@@ -4273,7 +4273,7 @@ class Fullordersmt extends Start_Controller {
 				{
 					$tly = "<p style='color:#FF3333'>有客户留言</p>";
 				}
-				if($value['review'] > 4 && $usp['vip'] != 1)
+				if($value['review'] > 10 && $usp['vip'] != 1)
 				{
 					$info_list[$key]['orderinfo'] = "<h9 class='window' data-h='/fullordersmt/readonly/".$value['id']."' data-t='订单号:".$value['orderinfo']."'><p>".$value['orderinfo']."</p>".$tly."</h9>";
 				}