diff --git a/src/saas/AppCountryAlbum/AlbumDetail.vue b/src/saas/AppCountryAlbum/AlbumDetail.vue index c0284eaa..00b40b86 100644 --- a/src/saas/AppCountryAlbum/AlbumDetail.vue +++ b/src/saas/AppCountryAlbum/AlbumDetail.vue @@ -2,7 +2,11 @@

{{ info.albumName }}

-
+
相册设置
@@ -95,7 +99,6 @@ onLoad (query) { this.id = query.id - this.isAdmin = !!this.$store.state.user.adminAuthType this.$nextTick(() => { this.getTotalInfo(query.id) diff --git a/src/saas/AppCountryAlbum/EditAlbum.vue b/src/saas/AppCountryAlbum/EditAlbum.vue index 4253597c..795e069b 100644 --- a/src/saas/AppCountryAlbum/EditAlbum.vue +++ b/src/saas/AppCountryAlbum/EditAlbum.vue @@ -57,7 +57,6 @@ isShow: false, list: [], currIndex: 0, - isAdmin: false, albumList: [], pageShow: false } @@ -75,7 +74,6 @@ onLoad (query) { this.$loading() - this.isAdmin = !!this.$store.state.user.adminAuthType this.id = query.id this.getAlbumList() @@ -90,7 +88,7 @@ params: { albumId: this.id, pageSize: 100000, - userId: this.isAdmin ? '' : this.$store.state.user.openId + userId: this.$store.state.user.openId } }).then(res => { if (res.code === 0) { diff --git a/src/saas/AppCountryAlbum/components/Home.vue b/src/saas/AppCountryAlbum/components/Home.vue index 584f2301..1f4ce8b6 100644 --- a/src/saas/AppCountryAlbum/components/Home.vue +++ b/src/saas/AppCountryAlbum/components/Home.vue @@ -62,7 +62,6 @@

工作相册

- 未查看
@@ -80,7 +79,7 @@
-
+

添加相册

@@ -116,7 +115,6 @@ }, mounted () { - console.log(this.user.adminAuthType) this.getCountPhotoNo() this.getAlbumList() this.getMsgList() diff --git a/src/saas/AppCountryAlbum/components/Organize.vue b/src/saas/AppCountryAlbum/components/Organize.vue index 874baa90..ceac8d05 100644 --- a/src/saas/AppCountryAlbum/components/Organize.vue +++ b/src/saas/AppCountryAlbum/components/Organize.vue @@ -44,7 +44,7 @@
-
+

考勤统计