lvhao пре 5 месеци
родитељ
комит
9a76d1facb
1 измењених фајлова са 1 додато и 1 уклоњено
  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;
 			}