乡村相册需求变更
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user