浏览代码

1、商品跳回首页不进行授权状态查询

tags/0.0.3+1
PH2 3 年前
父节点
当前提交
20751cb833
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      lib/widgets/goods_details/footer/goods_details_footer_widget.dart

+ 1
- 1
lib/widgets/goods_details/footer/goods_details_footer_widget.dart 查看文件

@@ -77,7 +77,7 @@ class _GoodsDetailsFooterContainerState extends State<_GoodsDetailsFooterContain
// (Route<dynamic> route) => false,
// );

RouterUtil.goBackHomePage(context);
RouterUtil.goBackHomePage(context, needUpdateAuth: false);
}

/// 收藏


正在加载...
取消
保存