fix: make phone authorization skippable in registration

getPhoneNumber requires verified enterprise miniprogram account.
Allow users to skip phone auth and complete registration without it.
这个提交包含在:
Guoguo
2026-05-06 06:29:03 -07:00
父节点 52456d850e
当前提交 c065d3fdce
修改 4 个文件,包含 46 行新增8 行删除
+18 -2
查看文件
@@ -84,11 +84,27 @@
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;
text-align: center;
margin-top: 12rpx;
}
.phone-skip {
font-size: 24rpx;
color: #E6508C;
}
.phone-skipped {
background: #f5f5f5;
border-color: #d9d9d9;
}
.phone-done {