门店页面修改

This commit is contained in:
2026-07-07 00:18:29 +08:00
parent 1fcafac2a7
commit 5d19089f91
11 changed files with 432 additions and 39 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ export default function RedeemConfirmPage() {
return;
}
if (!token.trim()) {
setMsg('请在开发者选项中输入核销码');
setMsg('请先扫码获取核销码');
return;
}
setLoading(true);