dever 3 anni fa
parent
commit
f220fa518c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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);
     }
 
     # 确认订单页面