dever 3 years ago
parent
commit
f220fa518c
1 changed files with 1 additions and 1 deletions
  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);
     }
 
     # 确认订单页面