diff --git a/view/molistar/modules/guild-ar/index.html b/view/molistar/modules/guild-ar/index.html
index d3bd0ff..f2e9f40 100644
--- a/view/molistar/modules/guild-ar/index.html
+++ b/view/molistar/modules/guild-ar/index.html
@@ -190,5 +190,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 b9f5ccd..63b0e96 100644
--- a/view/molistar/modules/guild-ar/js/index.js
+++ b/view/molistar/modules/guild-ar/js/index.js
@@ -147,6 +147,9 @@ function get() {
// 存储分区id partitionId
partitionId = res.data.partitionId;
window.localStorage.setItem('partitionId', res.data.partitionId);
+ if(partitionId == 8){
+ $('.weeklyRewards').hide();
+ }
// 判断身份
roleTypes = res.data.roleType;
if (roleTypes == 1 && res.data.isReview == true) {