自定义标题
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user