-          家庭地址
+          籍贯
           {{ data.resident.birthplaceAreaName }}
         
 
@@ -81,7 +81,7 @@
       
         
           联系方式
-          {{ data.resident.phone }}
+          {{ data.resident.phone }}
         
 
         
@@ -139,6 +139,9 @@ export default {
         }
       })
     },
+    callPhone(phone) {
+      uni.makePhoneCall({ phoneNumber: phone })
+    },
   },
 }
 
diff --git a/src/apps/AppServicePublic/AppServicePublic.vue b/src/apps/AppServicePublic/AppServicePublic.vue
index f406a70c..4441d84e 100644
--- a/src/apps/AppServicePublic/AppServicePublic.vue
+++ b/src/apps/AppServicePublic/AppServicePublic.vue
@@ -95,6 +95,7 @@ export default {
     uni.$on('update' , () => {
       this.getList()
     })
+    uni.setNavigationBarTitle({title: this.listName})
   },
   methods: {
     getType() {
diff --git a/src/apps/AppUniMsg/Detail.vue b/src/apps/AppUniMsg/Detail.vue
index d80b7641..3866687c 100644
--- a/src/apps/AppUniMsg/Detail.vue
+++ b/src/apps/AppUniMsg/Detail.vue
@@ -13,7 +13,7 @@
       
{{ data.content }}
 
       
-        
![]()
+        
        
      
    
@@ -48,6 +48,12 @@ export default {
         }
       })
     },
+    previewImage (images, img) {
+      uni.previewImage({
+        urls: images.map(v => v.url),
+        current: img
+      })
+    },
   },
 }
 
From 1c31d77efcca557fddd35bff4c958b382e29945b 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: Thu, 23 Dec 2021 16:51:08 +0800
Subject: [PATCH 3/4] 25806
---
 src/apps/AppWorkonline/AppWorkonline.vue | 7 +++++++
 1 file changed, 7 insertions(+)
diff --git a/src/apps/AppWorkonline/AppWorkonline.vue b/src/apps/AppWorkonline/AppWorkonline.vue
index d40efcbe..bd9f23d1 100644
--- a/src/apps/AppWorkonline/AppWorkonline.vue
+++ b/src/apps/AppWorkonline/AppWorkonline.vue
@@ -150,6 +150,9 @@ export default {
   }
 
   .u-card {
+    ::v-deep .u-card__head {
+      padding: 0 !important;
+    }
     ::v-deep .u-card__body {
       .body {
         position: relative;
@@ -158,6 +161,10 @@ export default {
             font-size: 32px;
             font-weight: 500;
             margin-bottom: 16px;
+            width: 80%;
+            white-space: nowrap;
+            overflow: hidden;
+            text-overflow: ellipsis;
           }
           .plan,
           .modetpye,
From 4b766bbeed875ea62f0bb44a4d5bc506fa6a94b9 Mon Sep 17 00:00:00 2001
From: liuye 
Date: Thu, 23 Dec 2021 16:56:41 +0800
Subject: [PATCH 4/4] =?UTF-8?q?=E5=AF=BC=E8=88=AA=E6=A0=8Ftitle?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
 src/apps/AppCountryAlbum/detail.vue                    | 1 +
 src/apps/AppCountryAlbum/list.vue                      | 1 +
 src/apps/AppMailList/add.vue                           | 1 +
 src/apps/AppMailList/list.vue                          | 1 +
 src/apps/AppMailList/myAddList.vue                     | 2 +-
 src/apps/AppServicePublic/Add.vue                      | 1 +
 src/apps/AppServicePublic/Detail.vue                   | 1 +
 src/apps/AppSpecialPeople/add.vue                      | 1 +
 src/apps/AppSpecialPeople/detail.vue                   | 2 +-
 src/apps/AppVideoSurveillance/AppVideoSurveillance.vue | 1 +
 src/apps/AppVideoSurveillance/monitorDetail.vue        | 1 +
 11 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/src/apps/AppCountryAlbum/detail.vue b/src/apps/AppCountryAlbum/detail.vue
index 79f3d057..0bd8941a 100644
--- a/src/apps/AppCountryAlbum/detail.vue
+++ b/src/apps/AppCountryAlbum/detail.vue
@@ -60,6 +60,7 @@ export default {
     console.log(this.params)
     this.getList()
     this.getStatistic()
+    uni.setNavigationBarTitle({title: '乡村相册'})
   },
 
   methods: {
diff --git a/src/apps/AppCountryAlbum/list.vue b/src/apps/AppCountryAlbum/list.vue
index b0178446..65117c73 100644
--- a/src/apps/AppCountryAlbum/list.vue
+++ b/src/apps/AppCountryAlbum/list.vue
@@ -38,6 +38,7 @@ export default {
     this.areaId = this.user.areaId
     this.areaName = this.user.areaName
     this.getList()
+    uni.setNavigationBarTitle({title: '乡村相册'})
   },
 
   methods: {
diff --git a/src/apps/AppMailList/add.vue b/src/apps/AppMailList/add.vue
index d3ea578f..6a4ec9dc 100644
--- a/src/apps/AppMailList/add.vue
+++ b/src/apps/AppMailList/add.vue
@@ -78,6 +78,7 @@ export default {
         this.getDetail()
       }
     })
+    uni.setNavigationBarTitle({title: '新增'})
   },
 
   methods: {
diff --git a/src/apps/AppMailList/list.vue b/src/apps/AppMailList/list.vue
index 5e8161be..b983049f 100644
--- a/src/apps/AppMailList/list.vue
+++ b/src/apps/AppMailList/list.vue
@@ -43,6 +43,7 @@ export default {
   computed: { ...mapState(['user']) },
   mounted() {
     this.getList()
+    uni.setNavigationBarTitle({title: '便民通讯录'})
   },
 
   methods: {
diff --git a/src/apps/AppMailList/myAddList.vue b/src/apps/AppMailList/myAddList.vue
index 4e827096..e7f1e25e 100644
--- a/src/apps/AppMailList/myAddList.vue
+++ b/src/apps/AppMailList/myAddList.vue
@@ -33,8 +33,8 @@ export default {
   },
   computed: { ...mapState(['user']) },
   mounted() {
-    console.log(this.user)
     this.getList()
+    uni.setNavigationBarTitle({title: '便民通讯录'})
   },
 
   methods: {
diff --git a/src/apps/AppServicePublic/Add.vue b/src/apps/AppServicePublic/Add.vue
index ca203cb0..b3a0802c 100644
--- a/src/apps/AppServicePublic/Add.vue
+++ b/src/apps/AppServicePublic/Add.vue
@@ -72,6 +72,7 @@ export default {
     this.forms.areaId = this.user.areaId
     this.listName = o.listName
     this.getType()
+    uni.setNavigationBarTitle({title: this.listName})
   },
 
   mounted() {},
diff --git a/src/apps/AppServicePublic/Detail.vue b/src/apps/AppServicePublic/Detail.vue
index d2b9cbd7..8474747f 100644
--- a/src/apps/AppServicePublic/Detail.vue
+++ b/src/apps/AppServicePublic/Detail.vue
@@ -40,6 +40,7 @@ export default {
     this.id = o.id
     this.listName = o.listName
     this.getType()
+    uni.setNavigationBarTitle({title: this.listName})
   },
   mounted() {},
   methods: {
diff --git a/src/apps/AppSpecialPeople/add.vue b/src/apps/AppSpecialPeople/add.vue
index e6562c48..67e632ae 100644
--- a/src/apps/AppSpecialPeople/add.vue
+++ b/src/apps/AppSpecialPeople/add.vue
@@ -155,6 +155,7 @@ export default {
   computed: { ...mapState(['user']) },
   created() {
     this.getType()
+    uni.setNavigationBarTitle({title: '新增人员'})
   },
 
   methods: {
diff --git a/src/apps/AppSpecialPeople/detail.vue b/src/apps/AppSpecialPeople/detail.vue
index 72fd103d..474c90ec 100644
--- a/src/apps/AppSpecialPeople/detail.vue
+++ b/src/apps/AppSpecialPeople/detail.vue
@@ -89,12 +89,12 @@ export default {
   },
   computed: { ...mapState(['user']) },
   created() {
-    console.log(1111)
     this.areaId = this.user.areaId
     this.areaName = this.user.areaName
     this.getStatistic()
     this.getStatisticMon()
     this.getUserList()
+    uni.setNavigationBarTitle({title: '特殊人群管理'})
   },
 
   methods: {
diff --git a/src/apps/AppVideoSurveillance/AppVideoSurveillance.vue b/src/apps/AppVideoSurveillance/AppVideoSurveillance.vue
index 070b7d37..9fb89745 100644
--- a/src/apps/AppVideoSurveillance/AppVideoSurveillance.vue
+++ b/src/apps/AppVideoSurveillance/AppVideoSurveillance.vue
@@ -177,6 +177,7 @@ export default {
     this.areaId = this.user.areaId
     this.areaName = this.user.areaName
     this.getList()
+    uni.setNavigationBarTitle({title: '视频监控'})
     // this.getMonitors()
   },
   mounted() {
diff --git a/src/apps/AppVideoSurveillance/monitorDetail.vue b/src/apps/AppVideoSurveillance/monitorDetail.vue
index 6d80b9dd..0eebc2ed 100644
--- a/src/apps/AppVideoSurveillance/monitorDetail.vue
+++ b/src/apps/AppVideoSurveillance/monitorDetail.vue
@@ -22,6 +22,7 @@ export default {
     this.$nextTick(() => {
       this.detectOrient()
     })
+    uni.setNavigationBarTitle({title: '视频监控'})
   },
 
   methods: {