自定义标题

This commit is contained in:
2025-10-17 11:53:29 +08:00
parent ac2c9571e7
commit 8f688378e1
5 changed files with 546 additions and 422 deletions

View File

@@ -74,6 +74,7 @@ const SetTransactionPassword: React.FC = () => {
};
const handleConfirm = async () => {
if (!valid) return;
const { new_password, confirm_password } = formData;
if (new_password !== confirm_password) {
Taro.showToast({