手机号从地址栏里获取

This commit is contained in:
2026-07-01 22:13:25 +08:00
parent 8a67d72de4
commit b78ef8798c
4 changed files with 55 additions and 4 deletions
@@ -329,6 +329,7 @@ export default function OrderConfirmPage() {
<PhoneVerifySheet
open={showPhoneVerify}
defaultPhone={selectedAddress?.phone}
onClose={() => {
setShowPhoneVerify(false);
setPendingSubmit(false);