lvhao 2 tháng trước cách đây
mục cha
commit
ccf0d28653
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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))