diff --git a/view/molistar/modules/guild-ar/index.html b/view/molistar/modules/guild-ar/index.html
index 8ef2611..5ceb829 100644
--- a/view/molistar/modules/guild-ar/index.html
+++ b/view/molistar/modules/guild-ar/index.html
@@ -202,5 +202,5 @@
-
+
\ No newline at end of file
diff --git a/view/molistar/modules/guild-ar/js/index.js b/view/molistar/modules/guild-ar/js/index.js
index fbc6273..bb30c91 100644
--- a/view/molistar/modules/guild-ar/js/index.js
+++ b/view/molistar/modules/guild-ar/js/index.js
@@ -159,7 +159,7 @@ function get() {
}
// 退出公会标识 true-显示,false-关闭
applyQuitButtonFlag = res.data.applyQuitButtonFlag;
- if (roleTypes == 1 && applyQuitButtonFlag == true) {
+ if (roleTypes !== 1 && applyQuitButtonFlag == true) {
$(".quitAgency").html(langReplace(localLang.demoModule.text18))
$(".quitAgency").show()
guildId = res.data.id;