diff --git a/src/apps/AppCountryAlbum/list.vue b/src/apps/AppCountryAlbum/list.vue
index b78933ab..cf8fc5ed 100644
--- a/src/apps/AppCountryAlbum/list.vue
+++ b/src/apps/AppCountryAlbum/list.vue
@@ -2,7 +2,7 @@
   
     
       
-        
+        
           
           {{ areaName }}
           请选择
@@ -50,8 +50,7 @@ export default {
 
   methods: {
     areaSelect(e) {
-      this.areaId = e.id
-      this.areaName = e.name
+      this.areaId = e
       this.getList()
     },
     getList() {
diff --git a/src/apps/AppMailList/AppMailList.vue b/src/apps/AppMailList/AppMailList.vue
index d004de48..00aca805 100644
--- a/src/apps/AppMailList/AppMailList.vue
+++ b/src/apps/AppMailList/AppMailList.vue
@@ -46,7 +46,7 @@ export default {
   },
   computed: { ...mapState(['user']) },
   mounted() {
-    this.getList()
+    // this.getList()
   },
   onShow() {
     document.title = "便民通讯录"
@@ -86,7 +86,7 @@ export default {