diff --git a/src/project/pingchang/AppPhotoReport/AppPhotoReport.vue b/src/project/pingchang/AppPhotoReport/AppPhotoReport.vue index ad67897..008a2e0 100644 --- a/src/project/pingchang/AppPhotoReport/AppPhotoReport.vue +++ b/src/project/pingchang/AppPhotoReport/AppPhotoReport.vue @@ -11,16 +11,22 @@ {{ item.groupName }} + + + +
- - {{ item.areaName }} + + {{ item.content }}
- {{ $dict.getLabel('clapEventStatus',item.eventStatus) }} + {{ + $dict.getLabel('clapEventStatus', item.eventStatus) + }}
去评价
@@ -94,7 +100,7 @@ export default { }).then(res => { if (res.code == 0) { this.total = res.data.total - this.list = this.current == 1? res.data.records : [...this.list, ...res.data.records] + this.list = this.current == 1 ? res.data.records : [...this.list, ...res.data.records] uni.hideLoading() this.pageShow = true } @@ -171,6 +177,14 @@ export default { span { color: #333333; font-size: 26px; + + &.row2 { + display: -webkit-box; + -webkit-line-clamp: 2; + -webkit-box-orient: vertical; + overflow: hidden; + text-overflow: ellipsis; + } } } } diff --git a/src/project/pingchang/AppPhotoReport/PhotoDetail.vue b/src/project/pingchang/AppPhotoReport/PhotoDetail.vue index 3a8fb63..e59f0fe 100644 --- a/src/project/pingchang/AppPhotoReport/PhotoDetail.vue +++ b/src/project/pingchang/AppPhotoReport/PhotoDetail.vue @@ -2,7 +2,9 @@

{{ info.content }}

-
{{ $dict.getLabel('clapEventStatus',info.eventStatus) }}
+
+ {{ $dict.getLabel('clapEventStatus', info.eventStatus) }} +
@@ -11,9 +13,10 @@ - + - + 暂无照片 @@ -27,17 +30,20 @@
- + -
去评价
+
去评价 +
心愿评价: + inactive-color="#b2b2b2" gutter="20" disabled>
评价详情:
@@ -46,7 +52,8 @@
照片
- +
@@ -100,7 +107,7 @@ export default { } }).finally(() => this.$hideLoading()) }, - previewImg(url,imgList) { + previewImg(url, imgList) { let imgs = imgList.map(v => v.url) uni.previewImage({ urls: imgs, @@ -117,6 +124,7 @@ export default { height: 220px; margin-right: 8px; } + .photo-detail { padding: 32px 0 130px; margin-bottom: 60px; @@ -175,7 +183,7 @@ export default { .evaluation { padding: 0 32px; box-sizing: border-box; - + .rate { display: flex; padding-bottom: 24px; @@ -183,10 +191,12 @@ export default { justify-content: space-between; border-bottom: 1px solid #DDDDDD; } + .detail, .photo { padding: 24px 0; } + .detail { border-bottom: 1px solid #DDDDDD; } @@ -220,6 +230,7 @@ export default { padding: 16px 32px; box-sizing: border-box; background: #F3F6F9; + .subBtn { height: 88px; width: 100%; diff --git a/src/project/pingchang/AppPhotoReport/PhotoForm.vue b/src/project/pingchang/AppPhotoReport/PhotoForm.vue index 0213111..9931ed4 100644 --- a/src/project/pingchang/AppPhotoReport/PhotoForm.vue +++ b/src/project/pingchang/AppPhotoReport/PhotoForm.vue @@ -38,23 +38,23 @@
-
-
-
- * -

所属地区

-
-
- -
- {{ form.areaName }} - 请选择 - -
-
-
-
-
+ + + + + + + + + + + + + + + + +
@@ -217,9 +217,9 @@ export default { return this.$toast('请输入上报人联系方式') } - if (this.form.areaId.substr(this.form.areaId.length - 3, 3) === '000') { - return this.$toast('所属地区必须选到村或社区') - } + // if (this.form.areaId.substr(this.form.areaId.length - 3, 3) === '000') { + // return this.$toast('所属地区必须选到村或社区') + // } if (this.flag) return this.flag = true