songxingwei %!s(int64=2) %!d(string=hai) anos
pai
achega
556455b966
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/data/controller/shop/Order.php

+ 1 - 1
app/data/controller/shop/Order.php

@@ -33,7 +33,7 @@ class Order extends Controller
     {
         parent::initialize();
         $this->payments = PaymentService::getTypeAll();
-        dump($this->payments);
+        dump($this->payments);die();
     }
 
     /**