@@ -39,7 +39,7 @@ class _OrderDetailPageState extends State < OrderDetailPage > {
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
- title: Text("订单详情", style: TextStyle(fontSize: ScreenUtil.getInstance().setSp(36)), ),
+ title: Text("订单", style: TextStyle(fontSize: ScreenUtil.getInstance().setSp(36)), ),
centerTitle: true,
backgroundColor: Color.fromRGBO(64, 98, 254, 1),
),