Skip to content

Commit

Permalink
详情页底部增加返回按钮
Browse files Browse the repository at this point in the history
  • Loading branch information
kathy1003 committed May 8, 2024
1 parent e7ad176 commit 68f0283
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/dy/dy_detail_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,9 @@ class _DyDetailPageState extends State<DyDetailPage> {
return PWidget.positioned(
PWidget.container(
PWidget.row([
PWidget.boxw(16),
PWidget.boxw(4),
createBottomBackArrow(context),
PWidget.boxw(8),
btmBtnView('收藏', Icons.star_rate_rounded, () {
BService.collectProduct(context, collect, goodsId, 'dy', img, title, startPrice, endPrice).then((value){
getCollect();
Expand Down Expand Up @@ -478,7 +480,6 @@ class _DyDetailPageState extends State<DyDetailPage> {
]),
{'pd': [8,0,12,8]},
),
getBuyTipWidget(color: Colours.dy_main)
]),
[null, null, Colors.white],
),
Expand Down

0 comments on commit 68f0283

Please sign in to comment.