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.3+1
PH2
3 years ago
parent
a94f0d8f31
commit
20751cb833
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
lib/widgets/goods_details/footer/goods_details_footer_widget.dart
+ 1
- 1
lib/widgets/goods_details/footer/goods_details_footer_widget.dart
View File
@@ -77,7 +77,7 @@ class _GoodsDetailsFooterContainerState extends State<_GoodsDetailsFooterContain
// (Route<dynamic> route) => false,
// );
RouterUtil.goBackHomePage(context);
RouterUtil.goBackHomePage(context
, needUpdateAuth: false
);
}
/// 收藏
Write
Preview
Loading…
Cancel
Save