扫码页支持返回上一页
This commit is contained in:
@@ -240,9 +240,17 @@ class _BrandHeader extends StatelessWidget {
|
|||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
Row(
|
GestureDetector(
|
||||||
|
onTap: () {
|
||||||
|
AppNavigator.pop();
|
||||||
|
},
|
||||||
|
child: Row(
|
||||||
children: [
|
children: [
|
||||||
Icon(Icons.chevron_left_rounded, color: Colors.black, size: 28.sp),
|
Icon(
|
||||||
|
Icons.chevron_left_rounded,
|
||||||
|
color: Colors.black,
|
||||||
|
size: 28.sp,
|
||||||
|
),
|
||||||
Text(
|
Text(
|
||||||
'返回',
|
'返回',
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
@@ -254,6 +262,7 @@ class _BrandHeader extends StatelessWidget {
|
|||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
),
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user