|
@@ -141,7 +141,6 @@ class Order extends Controller
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-
|
|
|
/**
|
|
|
* 表单数据处理
|
|
|
* @param array $data
|
|
@@ -163,7 +162,13 @@ class Order extends Controller
|
|
|
}
|
|
|
}
|
|
|
/**
|
|
|
- * 订单详情页
|
|
|
+ * 订单详情
|
|
|
+ * @auth true
|
|
|
+ * @throws \think\Exception
|
|
|
+ * @throws \think\db\exception\DataNotFoundException
|
|
|
+ * @throws \think\db\exception\ModelNotFoundException
|
|
|
+ * @throws \think\exception\DbException
|
|
|
+ * @throws \think\exception\PDOException
|
|
|
*/
|
|
|
public function order_detail()
|
|
|
{
|