前端-胡立永 4 weeks ago
parent
commit
2e53c5bbf0
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      pages/component/my.vue

+ 1
- 3
pages/component/my.vue View File

@ -365,9 +365,7 @@ export default {
return item ? item.keyContent : '' return item ? item.keyContent : ''
}, },
userTypeText() { 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 '普通用户' return '普通用户'
} }
}, },


Loading…
Cancel
Save