From 6e529abfd721529074933c3912f5aba9d4254ddc Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 4 Jan 2022 17:17:44 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E8=B0=83=E6=95=B4=E6=95=B4?= =?UTF-8?q?=E5=90=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppCountryAlbum/AppCountryAlbum.vue | 138 +++++++++++++++---- src/apps/AppCountryAlbum/detail.vue | 11 +- src/apps/AppCountryAlbum/list.vue | 129 ----------------- 3 files changed, 115 insertions(+), 163 deletions(-) delete mode 100644 src/apps/AppCountryAlbum/list.vue 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 @@ 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 @@ - - - - -