fix(partner): drop store-create SMS verify; keep qualification aspect ratio
CI / verify (pull_request) Has been cancelled

Partner H5 no longer requires store phone SMS on create; qualification overlay uses height auto with widthFix.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-28 00:34:31 +08:00
parent 15c35c49de
commit e2fd28a35b
5 changed files with 8 additions and 181 deletions
+1 -1
View File
@@ -527,7 +527,7 @@
.mine-qualification-img {
display: block;
width: 100%;
min-height: 100%;
height: auto;
pointer-events: none;
}