处罚反馈图片 不能放大
parent
e7107158cf
commit
94d8533849
|
@ -159,7 +159,7 @@
|
||||||
<view slot="title" class="title">罚款缴纳单:</view>
|
<view slot="title" class="title">罚款缴纳单:</view>
|
||||||
<view slot="value" class="mt-10">
|
<view slot="value" class="mt-10">
|
||||||
<u--image :showLoading="true" :src="punishForm.HANDLE_IMG"
|
<u--image :showLoading="true" :src="punishForm.HANDLE_IMG"
|
||||||
width="80px" height="80px" @click="previewImage(punishForm.HANDLE_IMG)"></u--image>
|
width="80px" height="80px" @click="previewImagePunish(punishForm.HANDLE_IMG)"></u--image>
|
||||||
</view>
|
</view>
|
||||||
</u-cell>
|
</u-cell>
|
||||||
<u-cell v-if="punishForm.HANLDE_TIME">
|
<u-cell v-if="punishForm.HANLDE_TIME">
|
||||||
|
@ -243,6 +243,13 @@ export default {
|
||||||
this.modalShow = true;
|
this.modalShow = true;
|
||||||
this.videoUrl = videoUrl;
|
this.videoUrl = videoUrl;
|
||||||
},
|
},
|
||||||
|
previewImagePunish(e) {
|
||||||
|
let urls = []
|
||||||
|
urls.push(e)
|
||||||
|
uni.previewImage({
|
||||||
|
urls
|
||||||
|
});
|
||||||
|
},
|
||||||
previewImage(list,current) {
|
previewImage(list,current) {
|
||||||
let urls = []
|
let urls = []
|
||||||
for (let i = 0; i < list.length; i++) {
|
for (let i = 0; i < list.length; i++) {
|
||||||
|
|
Loading…
Reference in New Issue