shish 3 lat temu
rodzic
commit
dce0d08c1e
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app-hd/controllers/ApplyController.php

+ 1 - 1
app-hd/controllers/ApplyController.php

@@ -112,7 +112,7 @@ class ApplyController extends BaseController
             $arr = ['斗南鲜花', '惠雅鲜花', '纯彩花艺', '泉城鲜花'];
             foreach ($arr as $it) {
                 if (strstr($shopName, $it) != null) {
-                    util::fail('花店名称已经存在,请换个名称试试');
+                    util::fail('花店名称已经存在,请换个名称');
                 }
             }
             $has = SjClass::getByCondition(['name' => $shopName]);