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) {