Browse Source

邀请码更改

ff_new
w-R 3 years ago
parent
commit
5187eb62b4
  1. 29
      lib/qr/qr_share.dart
  2. 2
      pubspec.lock

29
lib/qr/qr_share.dart

@ -81,7 +81,7 @@ class _QrSharePage extends State<QrSharePage> {
children: [
Positioned(
child: Image.asset(
"assets/image/qr_share_bg_yq.png",
"assets/image/qr_share_bg.png",
fit: BoxFit.fill,
),
top: 0,
@ -153,25 +153,26 @@ class _QrSharePage extends State<QrSharePage> {
S.of(context).fenxiangyaoqingma,
textAlign: TextAlign.center,
style: TextStyle(
height: 1.5,
color: Color(0xFF2E3552),
fontSize: 16.sp,
fontWeight: MyFontWeight.regular,
),
),
),
Container(
margin: EdgeInsets.only(left: 16.w, right: 24.w),
child: Text(
// S.of(context).fenxiangyaoqing,
S.of(context).beiyaoqingdejiangli,
textAlign: TextAlign.center,
style: TextStyle(
color: Color(0xFF2E3552),
fontSize: 16.sp,
fontWeight: MyFontWeight.regular,
),
),
),
// Container(
// margin: EdgeInsets.only(left: 16.w, right: 24.w),
// child: Text(
// // S.of(context).fenxiangyaoqing,
// S.of(context).beiyaoqingdejiangli,
// textAlign: TextAlign.center,
// style: TextStyle(
// color: Color(0xFF2E3552),
// fontSize: 16.sp,
// fontWeight: MyFontWeight.regular,
// ),
// ),
// ),
SizedBox(
height: 1.h,
),

2
pubspec.lock

@ -255,7 +255,7 @@ packages:
name: flutter_screenutil
url: "https://pub.flutter-io.cn"
source: hosted
version: "5.3.0"
version: "5.3.1"
flutter_smart_dialog:
dependency: "direct main"
description:

Loading…
Cancel
Save