This commit is contained in:
parent
6f2ff2d9b3
commit
9944f86174
|
|
@ -434,19 +434,6 @@ class _WelcomePageContentState extends State<_WelcomePageContent> {
|
|||
color: const Color(0xFF6F6354),
|
||||
),
|
||||
),
|
||||
const Spacer(),
|
||||
// 扫码图标 - 点击打开扫描页面
|
||||
GestureDetector(
|
||||
onTap: _openQrScanner,
|
||||
child: Container(
|
||||
padding: EdgeInsets.all(8.w),
|
||||
child: Icon(
|
||||
Icons.qr_code_scanner,
|
||||
size: 24.sp,
|
||||
color: const Color(0xFF8E794A),
|
||||
),
|
||||
),
|
||||
),
|
||||
],
|
||||
),
|
||||
),
|
||||
|
|
|
|||
Loading…
Reference in New Issue