요즘친구 -> 크리에이터 로 변경
This commit is contained in:
@@ -311,7 +311,7 @@ export default {
|
||||
|
||||
if (member.userType === '일반회원') {
|
||||
this.user_type = 'USER'
|
||||
} else if (member.userType === '요즘친구') {
|
||||
} else if (member.userType === '크리에이터') {
|
||||
this.user_type = 'CREATOR'
|
||||
}
|
||||
|
||||
@@ -333,7 +333,7 @@ export default {
|
||||
this.is_loading = true
|
||||
|
||||
if (
|
||||
(this.user_type === 'CREATOR' && this.member.userType === '요즘친구') ||
|
||||
(this.user_type === 'CREATOR' && this.member.userType === '크리에이터') ||
|
||||
(this.user_type === 'USER' && this.member.userType === '일반회원')
|
||||
) {
|
||||
this.notifyError("변경사항이 없습니다.")
|
||||
|
Reference in New Issue
Block a user