dever %!s(int64=3) %!d(string=hai) anos
pai
achega
f220fa518c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/mshop/src/Buy.php

+ 1 - 1
app/mshop/src/Buy.php

@@ -37,7 +37,7 @@ class Buy extends Core
     {
         $order_id = Dever::input('order_id');
 
-        return Dever::load('shop/lib/buy')->getView($this->shop_id, $order_id);
+        return Dever::load('mshop/lib/buy')->getView($this->shop_id, $order_id);
     }
 
     # 确认订单页面