Jelajahi Sumber

载入成功

shish 4 tahun lalu
induk
melakukan
b8dd99e346
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      app-hd/controllers/GhsController.php

+ 1 - 0
app-hd/controllers/GhsController.php

@@ -151,6 +151,7 @@ class GhsController extends BaseController
         foreach ($ids as $ghsShopId) {
             CustomClass::build($ghsShopId, $hdShopId);
         }
+        util::complete('载入成功');
     }
 
 }