This commit is contained in:
yanran200730
2022-05-24 18:40:56 +08:00
parent c0f62e94f7
commit 7beea2d1f8
4 changed files with 17 additions and 6 deletions

View File

@@ -26,7 +26,7 @@
<span>拍摄人</span>
</div>
<div class="right" @click="linkTo('./PersonnelSetting?id=' + id)">
<span>{{ createUserId ? '已选择' : '不限' }}</span>
<span>{{ albumUserList.length ? '已选择' : '不限' }}</span>
<image src="./images/right.png" />
</div>
</div>
@@ -100,6 +100,7 @@
this.createUserId = res.data.createUserId || ''
this.photoSource = res.data.photoSource || 0
this.watermarkId = res.data.watermarkId || ''
this.albumUserList = res.data.albumUserList || []
}
})
},
@@ -124,6 +125,8 @@
if (this.id) {
uni.$emit('change')
} else {
uni.$emit('update')
}
setTimeout(() => {