diff --git a/src/apps/AppCountryAlbum/AppCountryAlbum.vue b/src/apps/AppCountryAlbum/AppCountryAlbum.vue
index d5fb1694..d68a78da 100644
--- a/src/apps/AppCountryAlbum/AppCountryAlbum.vue
+++ b/src/apps/AppCountryAlbum/AppCountryAlbum.vue
@@ -1,51 +1,137 @@
-
+
+
+
+
+
+ {{ areaName }}
+ 请选择
+
+
+
+
+
+
+
![]()
+
{{ item.name }}
+
共{{ item.total }}张
+
+
+
+
+
diff --git a/src/apps/AppCountryAlbum/detail.vue b/src/apps/AppCountryAlbum/detail.vue
index d56be08d..f0bb58d1 100644
--- a/src/apps/AppCountryAlbum/detail.vue
+++ b/src/apps/AppCountryAlbum/detail.vue
@@ -40,7 +40,7 @@
-
+
@@ -64,14 +64,12 @@ export default {
computed: { ...mapState(['user']) },
onLoad(option) {
this.params = option
- console.log(this.params)
this.getList()
this.getStatistic()
},
onShow() {
document.title = "乡村相册"
},
-
methods: {
delConfirm() {
if(!this.delIds.length) {
@@ -86,7 +84,6 @@ export default {
this.getList()
this.getStatistic()
this.editClick('取消')
- uni.$emit('updateList')
}
})
})
@@ -197,7 +194,6 @@ export default {
})
},
confirmUpload() {
- console.log(this.fileList)
var urlList = []
this.fileList.map((item) => {
urlList.push(item.url)
@@ -211,7 +207,6 @@ export default {
this.$u.toast('上传成功!')
this.getList()
this.getStatistic()
- uni.$emit('updateList')
}
})
}
@@ -343,7 +338,7 @@ export default {
height: 112px;
line-height: 112px;
background: #3975C6;
- box-shadow: 0px 1px 0px 0px #EEEEEE;
+ box-shadow: 0 1px 0 0 #EEEEEE;
position: fixed;
bottom: 0;
left: 0;
@@ -354,4 +349,4 @@ export default {
z-index: 999;
}
}
-
\ No newline at end of file
+
diff --git a/src/apps/AppCountryAlbum/list.vue b/src/apps/AppCountryAlbum/list.vue
deleted file mode 100644
index 67088bb8..00000000
--- a/src/apps/AppCountryAlbum/list.vue
+++ /dev/null
@@ -1,129 +0,0 @@
-
-
-
-
-
-
- {{ areaName }}
- 请选择
-
-
-
-
-
-
-
![]()
-
{{item.name}}
-
共{{item.total}}张
-
-
-
-
-
-
-
-
-
-