fix: 修改样式
This commit is contained in:
@@ -152,7 +152,7 @@ class KRInviteController extends GetxController {
|
||||
|
||||
/// 处理绑定邀请码
|
||||
Future<void> kr_handleBindInviteCode() async {
|
||||
final text = otherInviteCodeController.text;
|
||||
final text = otherInviteCodeController.text.trim();
|
||||
if (text.isEmpty) {
|
||||
KRCommonUtil.kr_showToast('请输入邀请码');
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user