lvhao 6 달 전
부모
커밋
c4b1632730
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      core/CoreApp/controllers/Fullorder.php

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

@@ -1011,7 +1011,7 @@ class Fullorder extends Start_Controller {
 			//如果备注中出现网红的两个字 ,那么在fpdata种的品名中必须有 WH这两个字
 			if(stripos($post['shipremarks'],'网红') !== false){
 				if(stripos($post['fpdata'],'-2090-') === false){
-					echo json_encode(array('msg'=>'商品未勾选网红这个规格!','success'=>false));exit;
+					echo json_encode(array('msg'=>'网红单请在商品名称中勾选WH!','success'=>false));exit;
 				}	
 			}
 			if((($post['express'] == 2 || $post['express'] == 63 || $post['express'] == 64) && $post['type'] != 5) || ($post['express'] != 2 && $post['express'] != 63 && $post['express'] != 64 && $post['type'] == 5))