From e9f671fa118785c7a31a6bb52e74fdc217287e63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=B1=E6=9C=89=E6=B8=85=E9=A6=99=E6=9C=88=E6=9C=89?= =?UTF-8?q?=E9=98=B4?= <185154740@qq.com> Date: Fri, 24 Dec 2021 10:05:35 +0800 Subject: [PATCH] css --- src/apps/AppMarryAndDie/AppMarryAndDie.vue | 4 + src/apps/AppResidentFile/AppResidentFile.vue | 80 -------------------- 2 files changed, 4 insertions(+), 80 deletions(-) diff --git a/src/apps/AppMarryAndDie/AppMarryAndDie.vue b/src/apps/AppMarryAndDie/AppMarryAndDie.vue index e5ce7e07..150eafd8 100644 --- a/src/apps/AppMarryAndDie/AppMarryAndDie.vue +++ b/src/apps/AppMarryAndDie/AppMarryAndDie.vue @@ -187,6 +187,10 @@ export default { axisLine: { lineStyle: { color: '#157EFF' }, }, + tooltip: { + show: true, + trigger: 'axis', + }, axisLabel: { show: true, interval: 0, diff --git a/src/apps/AppResidentFile/AppResidentFile.vue b/src/apps/AppResidentFile/AppResidentFile.vue index b0799d3d..9279b821 100644 --- a/src/apps/AppResidentFile/AppResidentFile.vue +++ b/src/apps/AppResidentFile/AppResidentFile.vue @@ -81,44 +81,6 @@ - -
@@ -295,28 +257,7 @@ export default { }) }, - // getList() { - // this.$http - // .post('/app/wxcp/wxcustomer/list', null, { - // params: { - // size: 10, - // current: this.current, - // areaId: this.areaId, - // name: this.keyword, - // residentType: this.currentPeople == 0 ? '0' : '1', - // }, - // }) - // .then((res) => { - // if (res.code == 0) { - // this.data = this.current > 1 ? [...this.data, ...res.data.records] : res.data.records - // this.pages = res.data.pages - // } - // }) - // }, - - // // 居民群统计 - getEchart1() { this.$http.post(`/app/wxcp/wxgroup/groupStatistic`).then((res) => { if (res.code === 0) { @@ -540,27 +481,6 @@ export default { } }, - // toDetailCard(item) { - // uni.navigateTo({ url: `./DetailCard?id=${item.id}` }) - // }, - - // areaSelect(e) { - // this.areaId = e.id - // this.getList() - // }, - - // handerSearch(e) { - // this.keyword = e - // this.current = 1 - // this.getList() - // }, - - // handerClear() { - // this.keyword = '' - // this.current = 1 - // this.getList() - // }, - changeTab(e) { this.currentTabBar = e if (this.currentTabBar == 0) {