|
@@ -51,7 +51,7 @@
|
|
|
企微数量
|
|
|
</div>
|
|
|
<div class="card-value highlight">
|
|
|
- <count-to :start-val="0" :end-val="memberCount" :duration="3600" class="card-panel-num" /></div>
|
|
|
+ <count-to :start-val="0" :end-val="qwMemberNum" :duration="3600" class="card-panel-num" /></div>
|
|
|
<div class="card-badge">
|
|
|
</div>
|
|
|
</div>
|
|
@@ -191,7 +191,7 @@
|
|
|
|
|
|
<div class="action-group">
|
|
|
<el-radio-group v-model="userTypeText" @change="handleUserType">
|
|
|
- <el-radio-button label="会员"></el-radio-button>
|
|
|
+<!-- <el-radio-button label="会员"></el-radio-button>-->
|
|
|
<el-radio-button label="企微"></el-radio-button>
|
|
|
</el-radio-group>
|
|
|
|
|
@@ -826,8 +826,8 @@ export default {
|
|
|
smsRemainCount: 0,
|
|
|
viewerType: '0',
|
|
|
viewerChart: null,
|
|
|
- userTypeText: '会员',
|
|
|
- userType: 1,
|
|
|
+ userTypeText: '企微',
|
|
|
+ userType: 2,
|
|
|
dealerChart: null,
|
|
|
// 分公司数量
|
|
|
dealderCount: 0,
|
|
@@ -1561,7 +1561,7 @@ export default {
|
|
|
|
|
|
font-family: BebasNeue;
|
|
|
color: #1677ff;
|
|
|
- font-size: 26px;
|
|
|
+ font-size: 21px;
|
|
|
line-height: 42px;
|
|
|
font-weight: 400;
|
|
|
margin-top: 8px;
|