@@ -826,7 +826,7 @@ export default {
smsRemainCount: 0,
viewerType: '0',
viewerChart: null,
- userTypeText: '个微',
+ userTypeText: '会员',
userType: 1,
dealerChart: null,
// 分公司数量
@@ -912,7 +912,7 @@ export default {
},
methods: {
handleUserType(){
- if(this.userTypeText === '个微'){
+ if(this.userTypeText === '会员'){
this.userType = 1
}else{
this.userType = 2