|
@@ -37,7 +37,7 @@ class Buy extends Core
|
|
{
|
|
{
|
|
$order_id = Dever::input('order_id');
|
|
$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);
|
|
}
|
|
}
|
|
|
|
|
|
# 确认订单页面
|
|
# 确认订单页面
|