feat: 增加ios支付

This commit is contained in:
2025-12-08 23:12:51 -08:00
parent 17860e333c
commit dc5a5fc78a
16 changed files with 299 additions and 139 deletions
@@ -203,7 +203,7 @@ class KRLoginView extends GetView<KRLoginController> {
controller: controller.accountController,
hintText: 'Email',
),
SizedBox(height: 10.w),
SizedBox(height: 10),
_buildStandardInputField(
controller: controller.psdController,
hintText: '密码',
@@ -226,7 +226,7 @@ class KRLoginView extends GetView<KRLoginController> {
bool isPassword = false,
}) {
return SizedBox(
height: 50, // 固定高度
// height: 50, // 固定高度
child: TextField(
controller: controller,
obscureText: isPassword,