From 9ae9cdd6e9c59362dbfbd7cbe12ce9158e55b4d7 Mon Sep 17 00:00:00 2001 From: Enzo <1284707383@qq.com> Date: Tue, 29 Jun 2021 11:20:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BE=E7=89=87=E9=A2=84=E8=A7=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/order/apply-refund.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pages/order/apply-refund.vue b/pages/order/apply-refund.vue index ae7e46e..8a25d5c 100644 --- a/pages/order/apply-refund.vue +++ b/pages/order/apply-refund.vue @@ -323,10 +323,12 @@ }, // 预览图片 showImg(image) { + this.$u.throttle(() => { + uni.previewImage({ + urls: [image], + }); + }, 200); // let image = this.img_list[index]; - uni.previewImage({ - urls: [image], - }); }, // 删除图片