|
|
@@ -1707,7 +1707,7 @@ class Fullordertt extends Start_Controller {
|
|
|
$way += 1;
|
|
|
}
|
|
|
}
|
|
|
- if((($post['express'] == 2 || $post['express'] == 63 || $post['express'] == 64 || $post['express'] == 81) && $post['type'] != 5) || ($post['express'] != 2 && $post['express'] != 63 && $post['express'] != 64 && $post['express'] != 81 && $post['type'] == 5))
|
|
|
+ if((($post['express'] == 2 || $post['express'] == 63 || $post['express'] == 64 || $post['express'] == 81 || $post['express'] == 83) && $post['type'] != 5) || ($post['express'] != 2 && $post['express'] != 63 && $post['express'] != 64 && $post['express'] != 81 && $post['express'] != 83 && $post['type'] == 5))
|
|
|
{
|
|
|
echo json_encode(array('msg'=>'此快递方式必须选择美国仓!','success'=>false));exit;
|
|
|
}
|