lvhao 2 weeks ago
parent
commit
ccf0d28653
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/CoreApp/controllers/Review.php

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

@@ -56,7 +56,7 @@ class Review extends Start_Controller {
 				$fullorder = $this->$fu->read($v);
 				if(in_array($fullorder['express'],[85,87])){
 					if($fullorder['is_edit'] == 0){
-						echo json_encode(array('msg'=>'tt-shipping,需要去核对快递承运商再提交','success'=>true));exit;
+						echo json_encode(array('msg'=>$fullorder['number'].',需要去核对快递承运商再提交','success'=>true));exit;
 					}
 				}
 				if(!isset($fullorder))