dever 3 年之前
父節點
當前提交
f220fa518c
共有 1 個文件被更改,包括 1 次插入1 次删除
  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);
     }
 
     # 确认订单页面