•  | 註冊
  • 登入
  • 查訂單 | 
  • 會員專區 | 
  • 購物車 | 

  玩具總匯
商品分類
  • 發光類玩具
  • 50場玩具
  • 玩具總匯
  • 10-20場玩具
  • 100場玩具
    1. 首頁
    2. 流行玩具
    3. 玩具總匯
    4. 玩具總匯
    • 恐龍戰隊變形779-37/24P
      恐龍戰隊變形779-37/24P
      $999999
    • +七燈遙控坦克3307/24P
      +七燈遙控坦克3307/24P
      $999999
    • 恐龍工程車隊-砂石車
      恐龍工程車隊-砂石車
      $999999
    • 拋殼軟彈槍
      拋殼軟彈槍
      $999999
    • 炫酷超人399026/20P
      炫酷超人399026/20P
      $999999
    • 變裝搖滾鴨
      變裝搖滾鴨
      $999999
    • 遙控裝甲坦克
      遙控裝甲坦克
      $999999
    • **慣性小火車故事機24P
      **慣性小火車故事機24P
      $999999
    • +時尚公主321/24P
      +時尚公主321/24P
      $999999
    • 戰神金剛24P
      戰神金剛24P
      $999999
    • +B161工程五合體899-82/24P
      +B161工程五合體899-82/24P
      $999999
    • +小小角落場景球
      +小小角落場景球
      $999999
    • +卡片發射槍48P
      +卡片發射槍48P
      $999999
    • 大號車載挖土機
      大號車載挖土機
      $999999
    • 過家家玩具
      過家家玩具
      $999999
    • 6入工程車組03-6/48P
      6入工程車組03-6/48P
      $999999
    • 拆裝陸海空589-27/48P
      拆裝陸海空589-27/48P
      $999999
    • 電動升降停車場10P
      電動升降停車場10P
      $999999
    • 變形恐龍蛋2020-984/48P
      變形恐龍蛋2020-984/48P
      $999999
    • 魔能速變
      魔能速變
      $999999
    • «
    • 1
    • 2
    • ...
    • 598
    • 599
    • 600
    • 601
    • 602
    • 603
    • 604
    • ...
    • 801
    • 802
    • »
    MessagesTimelineExceptionsViews7RouteQueries4MailsSessionRequest
    1.41sRequest Duration2MBMemory UsageGET category/{id}/{type?}Route
      • Booting (118.76ms)
      • Application (1.32s)
        7 templates were rendered
        • project.default.site.productlist (resources/views/project/default/site/productlist.blade.php)1blade
          Params
          0
          Upper
        • project.default.site.leftmenu (resources/views/project/default/site/leftmenu.blade.php)5blade
          Params
          0
          obLevel
          1
          __env
          2
          app
          3
          errors
          4
          Upper
        • breadcrumbs::bootstrap3 (vendor/davejamesmiller/laravel-breadcrumbs/views/bootstrap3.blade.php)1blade
          Params
          0
          breadcrumbs
        • pagination::default (vendor/laravel/framework/src/Illuminate/Pagination/resources/views/default.blade.php)2blade
          Params
          0
          paginator
          1
          elements
        • layouts.site (resources/views/layouts/site.blade.php)15blade
          Params
          0
          obLevel
          1
          __env
          2
          app
          3
          errors
          4
          Upper
          5
          i
          6
          col
          7
          max
          8
          height
          9
          width
          10
          __currentLoopData
          11
          item
          12
          loop
          13
          file
          14
          image
        • layouts.header (resources/views/layouts/header.blade.php)15blade
          Params
          0
          obLevel
          1
          __env
          2
          app
          3
          errors
          4
          Upper
          5
          i
          6
          col
          7
          max
          8
          height
          9
          width
          10
          __currentLoopData
          11
          item
          12
          loop
          13
          file
          14
          image
        • user.menu.CategoryTop (resources/views/user/menu/CategoryTop.blade.php)16blade
          Params
          0
          obLevel
          1
          __env
          2
          app
          3
          errors
          4
          Upper
          5
          i
          6
          col
          7
          max
          8
          height
          9
          width
          10
          __currentLoopData
          11
          item
          12
          loop
          13
          file
          14
          image
          15
          CartService
        uri
        GET category/{id}/{type?}
        middleware
        web, web
        as
        category
        controller
        App\Http\Controllers\Site\CategoryController@show
        namespace
        App\Http\Controllers
        prefix
        null
        where
        file
        app/Http/Controllers/Site/CategoryController.php:35-138
        4 statements were executed1.11s
        6ce
        • select * from "dist" where "dist"."dist_no" = 'TZ99' limit 128.02ms6ce
          Metadata
          Bindings
          • 0. TZ99
          Hints
          • Use SELECT * only if you need all columns from table
          • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        • select * from "dist" where "dist"."dist_no" = 'TZ' limit 11.65ms6ce
          Metadata
          Bindings
          • 0. TZ
          Hints
          • Use SELECT * only if you need all columns from table
          • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        • select count(*) as aggregate from "item" inner join "itemwr" on "item"."item_no" = "itemwr"."item_no" where "itemwr"."ware_no" = 'A' and "zdate" is null and "dist_no" in ('TZ99')386.42ms6ce
          Metadata
          Bindings
          • 0. A
          • 1. TZ99
        • select item.*,CASE WHEN itemwr.qty-itemwr.orde_way_qty-itemwr.safe_qty > 0 THEN itemwr.qty-itemwr.orde_way_qty-itemwr.safe_qty ELSE 0 END as orde_qty from "item" inner join "itemwr" on "item"."item_no" = "itemwr"."item_no" where "itemwr"."ware_no" = 'A' and "zdate" is null and "dist_no" in ('TZ99') order by "item_no" asc limit 20 offset 12000689.28ms6ce
          Metadata
          Bindings
          • 0. A
          • 1. TZ99
          Hints
          • Use SELECT * only if you need all columns from table
          _token
          yE0waaRdK2FHSqcYifiacbaohtzk8osh30qLALqd
          PHPDEBUGBAR_STACK_DATA
          []
          format
          html
          content_type
          text/html; charset=UTF-8
          status_text
          OK
          status_code
          200
          request_query
          array:1 [ "page" => "601" ]
          request_request
          array:1 [ "page" => "601" ]
          request_headers
          array:10 [ "host" => array:1 [ 0 => "6x8.com.tw" ] "pragma" => array:1 [ 0 => "no-cach...
          request_server
          array:38 [ "REDIRECT_UNIQUE_ID" => "aFjD7MP-BU4LcrfOTA@6yAAAAAQ" "REDIRECT_STATUS" => "200" "U...
          request_cookies
          []
          response_headers
          array:3 [ "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ ...
          path_info
          /category/TZ99
          session_attributes
          array:2 [ "_token" => "yE0waaRdK2FHSqcYifiacbaohtzk8osh30qLALqd" "PHPDEBUGBAR_STACK_DATA" => [] ...
          PHP DebugBar | Open
          DateMethodURLIPFilter data
          Load moreShow only current URLShow allDelete all

          Filter results
          Method:
          Uri:
          IP: