쿠폰 자동 입력 사이트 작성
완료. "최근 유저" → **"등록된 유저 (N명)"** 으로 변경되어 DB에 저장된 모든 FID 유저가 표시됩니다.
This commit is contained in:
parent
0c114b34c7
commit
82d245e012
@ -23,7 +23,7 @@
|
||||
<p class="error-msg" v-if="store.status === 'error'">{{ store.errorMsg }}</p>
|
||||
|
||||
<div class="saved-users" v-if="store.savedUsers.length > 0">
|
||||
<span class="saved-label">최근 유저</span>
|
||||
<span class="saved-label">등록된 유저 ({{ store.savedUsers.length }}명)</span>
|
||||
<div class="chips">
|
||||
<button
|
||||
v-for="u in store.savedUsers"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user