diff --git a/src/apps/AppWalkask/detail.vue b/src/apps/AppWalkask/detail.vue index d943ba0c..1922f234 100644 --- a/src/apps/AppWalkask/detail.vue +++ b/src/apps/AppWalkask/detail.vue @@ -28,7 +28,7 @@
{{ data.description }}
- +
@@ -69,6 +69,13 @@ export default { } }) }, + + previewImage(images, img) { + uni.previewImage({ + urls: images.map((v) => v.url), + current: img, + }) + }, }, }