瀏覽代碼

修改b端接口:验证网站搭建;

FengR 4 月之前
父節點
當前提交
747b90ce63
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/JsonRpc/WebsiteService.php

+ 1 - 1
app/JsonRpc/WebsiteService.php

@@ -1755,7 +1755,7 @@ class WebsiteService implements WebsiteServiceInterface
         //     $missingTypes[] = "列表型底部导航";
         // }
         if (!in_array(0, $foot_type) ) {
-            $missingTypes[] = "单页(详情)";
+            $missingTypes = "单页(详情)";
         } 
         if (!empty($missingTypes)) {
             $errorMessage = "请先添加" . $missingTypes . "!";