Browse Source

PayMethod 修改

wr_2024_invoice
zsw 7 months ago
parent
commit
02ca80f25b
  1. 4
      android/gradle.properties
  2. BIN
      assets/image/2x/disenable_seletor.png
  3. BIN
      assets/image/3x/disenable_seletor.png
  4. BIN
      assets/image/disenable_seletor.png
  5. 4
      lib/main_page.dart
  6. 9
      lib/settlement/settlement_view/pay_method.dart

4
android/gradle.properties

@ -1,8 +1,8 @@
#org.gradle.jvmargs=-Xmx1536M
#org.gradle.jvmargs=-Xmx4096m
org.gradle.jvmargs=-Xmx4096m
android.useAndroidX=true
android.enableJetifier=true
MobSDK.mobEnv=x
MobSDK.spEdition=FP
android.injected.testOnly=false
org.gradle.jvmargs=-Xmx4096m --add-exports=java.base/sun.nio.ch=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-exports=jdk.unsupported/sun.misc=ALL-UNNAMED

BIN
assets/image/2x/disenable_seletor.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

BIN
assets/image/3x/disenable_seletor.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

BIN
assets/image/disenable_seletor.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

4
lib/main_page.dart

@ -409,7 +409,9 @@ class _MainPage extends State<MainPage> with WidgetsBindingObserver {
xgFlutterPlugin.setAccount(mobile, AccountType.PHONE_NUMBER);
// xgFlutterPlugin.unbindWithIdentifier(identify: mobile, bindType: XGBindType.account)
xgFlutterPlugin.bindWithIdentifier(
identify: mobile, bindType: XGBindType.account);
identify: mobile,
bindType: XGBindType.account,
);
}
}

9
lib/settlement/settlement_view/pay_method.dart

@ -371,8 +371,13 @@ class _PayMethod extends State<PayMethod> {
if (isHide) {
return Container(
padding: EdgeInsets.only(right:36.w),
alignment: Alignment.center,
padding: EdgeInsets.only(right:36.w),
alignment: Alignment.center,
child: Image.asset(
"assets/image/disenable_seletor.png",
width: 15.w,
height: 15.h,
),
);
}

Loading…
Cancel
Save