Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5cfdce9

Browse files
...
1 parent 2899302 commit 5cfdce9

File tree

2 files changed

+12
-23
lines changed

2 files changed

+12
-23
lines changed

‎src/components/page/dashboard/Dashboard.vue‎

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -683,42 +683,42 @@
683683
for (let i = 0; i < data.length; i++) {
684684
let value = data[i].num;
685685
let devType = data[i]._id.deviceType;
686-
if (1 == devType) {
686+
if (1 === devType) {
687687
devType = 'Android';
688688
switch (type) {
689689
case 0:
690-
this.total.androidNum = value
690+
this.total.androidNum = value;
691691
break;
692692
case 1:
693-
this.total.android1Num = value
693+
this.total.android1Num = value;
694694
break;
695695
case 7:
696-
this.total.android7Num = value
696+
this.total.android7Num = value;
697697
break;
698698
case 30:
699-
this.total.android30Num = value
699+
this.total.android30Num = value;
700700
break;
701701
case 190:
702-
this.activeTotal.android90Num = value
702+
this.activeTotal.android90Num = value;
703703
break;
704704
case 11:
705-
this.activeTotal.android1Num = value
705+
this.activeTotal.android1Num = value;
706706
break;
707707
case 17:
708-
this.activeTotal.android7Num = value
708+
this.activeTotal.android7Num = value;
709709
break;
710710
case 130:
711-
this.activeTotal.android30Num = value
711+
this.activeTotal.android30Num = value;
712712
break;
713713
default:
714-
this.total.androidNum = value
714+
this.total.androidNum = value;
715715
}
716716
717-
} else if (2 == devType) {
717+
} else if (2 === devType) {
718718
devType = 'ios';
719719
switch (type) {
720720
case 0:
721-
this.total.iosNum = value
721+
this.total.iosNum = value;
722722
break;
723723
case 1:
724724
this.total.ios1Num = value

‎src/components/page/friends/UserRelationInfo.vue‎

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
11
<template>
22
<section>
3-
<!--工具条-->
4-
<!--<el-col :span="24" class="toolbar" style="padding-bottom: 0px;">-->
5-
<!--<el-form :inline="true" :model="filters">-->
6-
<!--<el-form-item>-->
7-
<!--<el-input v-model="filters.userId" placeholder="tel/userId/SeqId"-->
8-
<!--style="width: 50%;"></el-input>-->
9-
<!--<el-button type="primary" v-on:click="getProfileUser">查询</el-button>-->
10-
<!--<el-button type="primary" icon="arrow-left"></el-button>-->
11-
<!--</el-form-item>-->
12-
<!--</el-form>-->
13-
<!--</el-col>-->
143
<p></p>
154
<P><strong>个人资料</strong> /
165
<router-link :to="{ path: filters.previousPage }">返回

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /