This commit is contained in:
yanran200730
2022-05-30 14:15:15 +08:00
parent af0e071e92
commit 98e452b30c
7 changed files with 9 additions and 9 deletions

View File

@@ -26,7 +26,7 @@
<span>照片来源</span>
</div>
<div class="right">
<span>{{ photoSource == 1 ? '仅限乡村相册拍摄' : '不限' }}</span>
<span>{{ photoSource == 1 ? '仅限工作相册拍摄' : '不限' }}</span>
<image src="./images/right.png" v-if="!id || isAdmin" />
</div>
</div>