From 98e84a2c2fdad42813155fa40db9b89a035ce8c1 Mon Sep 17 00:00:00 2001 From: kgdxpr Date: Wed, 7 Feb 2024 10:23:37 +0800 Subject: [PATCH] 'commit' --- WebRoot/pindex.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebRoot/pindex.html b/WebRoot/pindex.html index a4e3ec32..e0a2a702 100644 --- a/WebRoot/pindex.html +++ b/WebRoot/pindex.html @@ -131,8 +131,8 @@ success: function (res) { if (res.success) { if (res.is_third_party == 1) { - $('#dd_changePwd').hide(); - $('#dd_changeContact').hide(); + $('#dd_changePwd').remove(); + $('#dd_changeContact').remove(); } } }