|
|
@ -365,9 +365,7 @@ export default { |
|
|
|
return item ? item.keyContent : '' |
|
|
|
}, |
|
|
|
userTypeText() { |
|
|
|
if (this.userInfo.isTuiType === 0) return '推广官' |
|
|
|
if (this.userInfo.isTuiType === 1) return '推广达人' |
|
|
|
if (this.userInfo.isTuiType === 2) return '推广大使' |
|
|
|
if (this.userInfo.isUser == 'Y') return this.userInfo.isTuiTypeTitle |
|
|
|
return '普通用户' |
|
|
|
} |
|
|
|
}, |
|
|
|