diff --git a/pages/index/cleanDetails.vue b/pages/index/cleanDetails.vue index d72aa98..e38b229 100644 --- a/pages/index/cleanDetails.vue +++ b/pages/index/cleanDetails.vue @@ -31,7 +31,6 @@ class="image" v-for="(v, i) in dataInfo.pictures" :key="i" - mode="aspectFill" :src="BASE_URL + '/uploads/' + v.path" @click="previewImage(i)" > @@ -72,7 +71,9 @@ export default { // 预览图片 previewImage(index) { uni.previewImage({ - urls: this.dataInfo.pictures.map((v) => BASE_URL + "/uploads/" + v.path), + urls: this.dataInfo.pictures.map( + (v) => BASE_URL + "/uploads/" + v.path + ), current: index, }); }, diff --git a/pages/index/cleanPlan.vue b/pages/index/cleanPlan.vue index 4bd78b1..e327015 100644 --- a/pages/index/cleanPlan.vue +++ b/pages/index/cleanPlan.vue @@ -78,7 +78,7 @@ - + @@ -115,7 +115,8 @@ 暂不 - 异常上报 + 异常上报 +