|
@@ -67,7 +67,7 @@ class _OrdersPageState extends State<OrdersPage> { |
|
|
) |
|
|
) |
|
|
: Container(), |
|
|
: Container(), |
|
|
middle: Text( |
|
|
middle: Text( |
|
|
'我的订单', |
|
|
|
|
|
|
|
|
widget.data['skip_identifier'] == 'pub.flutter.my_order' ? '我的订单' : '会员升级订单', |
|
|
style: TextStyle( |
|
|
style: TextStyle( |
|
|
fontSize: 15, |
|
|
fontSize: 15, |
|
|
color: Color(0xff333333), |
|
|
color: Color(0xff333333), |
|
|