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);
     }
 
     # 确认订单页面