feat: 充值/提现页面改为独立全屏页面,优化Toast提示
This commit is contained in:
@@ -94,7 +94,7 @@ class WalletAddressCard extends StatelessWidget {
|
||||
GestureDetector(
|
||||
onTap: () {
|
||||
Clipboard.setData(ClipboardData(text: address));
|
||||
ToastUtils.show('地址已複製到剪貼板');
|
||||
ToastUtils.showSuccess('地址已複製到剪貼板');
|
||||
},
|
||||
child: Container(
|
||||
padding: const EdgeInsets.all(AppSpacing.xs),
|
||||
|
||||
Reference in New Issue
Block a user