Browse Source

图片预览

master
Enzo 4 years ago
parent
commit
9ae9cdd6e9
  1. 4
      pages/order/apply-refund.vue

4
pages/order/apply-refund.vue

@ -323,10 +323,12 @@
}, },
// //
showImg(image) { showImg(image) {
// let image = this.img_list[index];
this.$u.throttle(() => {
uni.previewImage({ uni.previewImage({
urls: [image], urls: [image],
}); });
}, 200);
// let image = this.img_list[index];
}, },
// //

Loading…
Cancel
Save