|
|
@@ -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))
|