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 @@ - - - - - diff --git a/src/apps/AppResidentActivitie/AppResidentActivities.vue b/src/apps/AppResidentActivitie/AppResidentActivities.vue index e1a1505c..33b31b68 100644 --- a/src/apps/AppResidentActivitie/AppResidentActivities.vue +++ b/src/apps/AppResidentActivitie/AppResidentActivities.vue @@ -32,7 +32,7 @@
{{ item.areaName }}{{ item.address }}
- +
{{ $dict.getLabel('villageActivityStatus', item.status) }}
@@ -103,6 +103,7 @@ export default { .then((res) => { if (res.code == 0) { this.datas = this.current > 1 ? [...this.datas, ...res.data.records] : res.data.records + this.total = res.data.total this.pages = res.data.pages } diff --git a/src/apps/AppUniMsg/AppUniMsg.vue b/src/apps/AppUniMsg/AppUniMsg.vue index fa93cf94..2d7bcdd8 100644 --- a/src/apps/AppUniMsg/AppUniMsg.vue +++ b/src/apps/AppUniMsg/AppUniMsg.vue @@ -20,7 +20,7 @@
- +
@@ -100,15 +100,6 @@ export default { .then((res) => { if (res.code == 0) { this.datas = this.current > 1 ? [...this.datas, ...res.data.records] : res.data.records - if (this.datas) { - this.datas.map((item) => { - if (item.images) { - item.images = JSON.parse(item.images || '[]') - } - return item - }) - } - this.pages = res.data.pages } }) @@ -145,6 +136,8 @@ export default { }, change(index) { + this.datas = [] + this.current = 1 this.currentTabs = index this.getList() }, diff --git a/src/apps/AppUniMsg/Detail.vue b/src/apps/AppUniMsg/Detail.vue index 1ea29dac..794796e7 100644 --- a/src/apps/AppUniMsg/Detail.vue +++ b/src/apps/AppUniMsg/Detail.vue @@ -33,7 +33,7 @@ export default { computed: {}, watch: {}, onLoad(o) { - document.title = '公告详情' + document.title = '小程序公告详情' this.id = o.id this.getDetail() }, diff --git a/src/apps/AppWalkask/AppWalkask.vue b/src/apps/AppWalkask/AppWalkask.vue index 63d90c02..01b47f91 100644 --- a/src/apps/AppWalkask/AppWalkask.vue +++ b/src/apps/AppWalkask/AppWalkask.vue @@ -32,7 +32,7 @@
{{ item.title }}
- +
@@ -138,15 +138,6 @@ export default { } this.data = this.current > 1 ? [...this.data, ...res.data.records] : res.data.records this.pages = res.data.pages - - if (this.data) { - this.data.map((item) => { - if (item.images) { - item.images = JSON.parse(item.images || '[]') - } - return item - }) - } } }) }, diff --git a/src/apps/AppWalkask/add.vue b/src/apps/AppWalkask/add.vue index 35dbdef3..8fc405d9 100644 --- a/src/apps/AppWalkask/add.vue +++ b/src/apps/AppWalkask/add.vue @@ -47,21 +47,15 @@
保存
- - - - diff --git a/src/apps/AppWorkonline/Opinion.vue b/src/apps/AppWorkonline/Opinion.vue index 2a35034e..3eb40c8d 100644 --- a/src/apps/AppWorkonline/Opinion.vue +++ b/src/apps/AppWorkonline/Opinion.vue @@ -65,8 +65,8 @@
图片资料 (最多9张) -
-
+
+
@@ -324,7 +324,11 @@ export default { ::v-deep .info > span { width: 380px; text-align: left; - // word-break: break-all; + word-break: break-all; + + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; } ::v-deep .ai-uploader .fileList .default { @@ -352,13 +356,13 @@ export default { margin-left: 10px; } - .upload { + .uploads { width: 100%; margin-top: 10px; padding: 12px 12px 12px 0; box-sizing: border-box; - .info { + .infos { width: 100%; text-align: center; }