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