Browse Source

图片预览

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

8
pages/order/apply-refund.vue

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

Loading…
Cancel
Save