Browse Source

Merge branch 'new_revision_app' of https://git.lotus-wallet.com/fmk/huixiang_app into new_revision_app

dart3_last
fmk 2 years ago
parent
commit
16a47aa683
  1. 1
      lib/mine/mine_wallet_page.dart

1
lib/mine/mine_wallet_page.dart

@ -398,6 +398,7 @@ class _MineWalletPage extends State<MineWalletPage> {
if (balance > 0) { if (balance > 0) {
return [S.of(context).yue, "${userBill.pm == 0 ? '-' : '+'}$balance"]; return [S.of(context).yue, "${userBill.pm == 0 ? '-' : '+'}$balance"];
} }
return [];
} else if (index == 1) { } else if (index == 1) {
if (activity > 0) { if (activity > 0) {
return [ return [

Loading…
Cancel
Save