lvhao 5 mēneši atpakaļ
vecāks
revīzija
9a76d1facb
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      core/CoreApp/controllers/Fullordertt.php

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

@@ -1077,7 +1077,7 @@ class Fullordertt extends Start_Controller {
 			{
 				echo json_encode(array('msg'=>'此快递方地址不可超出'.$express['addresssize'].'个字符','success'=>false));exit;
 			}
-			if(strlen($post['address']) > 32 && ($post['express'] == 2 || $post['express'] == 16))
+			if(strlen($post['address']) > 32 && ( $post['express'] == 16))
 			{
 				echo json_encode(array('msg'=>'此快递方地址不可超出32个字符','success'=>false));exit;
 			}