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();
}
}
}