This website works better with JavaScript.
Home
Explore
Help
Sign In
flutter
/
zhiying_base_widget
Watch
4
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
139
Wiki
Activity
Browse Source
1、订单页面的标题
tags/0.0.15+8
PH2
3 years ago
parent
1abc1bd0be
commit
26b654e5d2
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
lib/pages/orders_page/orders_page.dart
+ 1
- 1
lib/pages/orders_page/orders_page.dart
View File
@@ -67,7 +67,7 @@ class _OrdersPageState extends State<OrdersPage> {
)
: Container(),
middle: Text(
'我的订单',
widget.data['skip_identifier'] == 'pub.flutter.my_order' ?
'我的
订单' : '会员升级
订单',
style: TextStyle(
fontSize: 15,
color: Color(0xff333333),
Write
Preview
Loading…
Cancel
Save