乡村相册需求变更

This commit is contained in:
yanran200730
2022-06-09 13:52:46 +08:00
parent fea86dc0a7
commit 714b7ea706
4 changed files with 8 additions and 9 deletions

View File

@@ -2,7 +2,11 @@
<div class="photo" v-if="pageShow">
<div class="photo-header">
<h2>{{ info.albumName }}</h2>
<div class="right" @click="linkTo('./AddAlbum?id=' + id)" hover-class="text-hover" v-if="id !== '1' && isAdmin">
<div
class="right"
@click="linkTo('./AddAlbum?id=' + id)"
hover-class="text-hover"
v-if="info.albumName !== '系统相册' && info.createUserId === user.wxUserId">
<image src="./images/setting.png" />
<span>相册设置</span>
</div>
@@ -95,7 +99,6 @@
onLoad (query) {
this.id = query.id
this.isAdmin = !!this.$store.state.user.adminAuthType
this.$nextTick(() => {
this.getTotalInfo(query.id)