chore: remove debug code and restore phone authorization as required

- Remove debug register page entry and console.log from login
- Remove phone skip option, phone authorization is mandatory
- Restore incomplete registration check (no phone → redirect to register)
这个提交包含在:
Guoguo
2026-05-07 05:54:37 -07:00
父节点 b17f8cbfb3
当前提交 8427d35fb3
修改 6 个文件,包含 8 行新增65 行删除
+2 -18
查看文件
@@ -84,27 +84,11 @@
border: none;
}
.phone-actions {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 12rpx;
padding: 0 8rpx;
}
.phone-hint {
font-size: 24rpx;
color: #999999;
}
.phone-skip {
font-size: 24rpx;
color: #E6508C;
}
.phone-skipped {
background: #f5f5f5;
border-color: #d9d9d9;
text-align: center;
margin-top: 12rpx;
}
.phone-done {