Browse Source

Merge remote-tracking branch 'origin/dev' into remove_uniapp

ff_new
fmk 3 years ago
parent
commit
b83d9c0cf7
  1. 2
      lib/retrofit/data/login_info.dart
  2. 2
      lib/view_widget/invite_success_dialog.dart

2
lib/retrofit/data/login_info.dart

@ -24,6 +24,8 @@ class LoginInfo {
AuthInfo get authInfo => _authInfo; AuthInfo get authInfo => _authInfo;
List<CouponList> get couponList => _couponList; List<CouponList> get couponList => _couponList;
Map<String, dynamic> toJson() { Map<String, dynamic> toJson() {
final map = <String, dynamic>{}; final map = <String, dynamic>{};
if (_authInfo != null) { if (_authInfo != null) {

2
lib/view_widget/invite_success_dialog.dart

@ -47,7 +47,7 @@ class _InviteSuccessDialog extends State<InviteSuccessDialog> {
children: [ children: [
Image.asset( Image.asset(
"assets/image/yq.png", "assets/image/yq.png",
width: 61, width: 65,
height: 65, height: 65,
), ),
SizedBox(height: 9.h,), SizedBox(height: 9.h,),

Loading…
Cancel
Save