Commit 3b29ed36 authored by Jenny's avatar Jenny

Merge branch 'develop' of 106.15.103.105:lihuizhen/ec-report-refactor into develop

parents 74717060 40b95a7e
......@@ -54,9 +54,7 @@
if (preview) {
uni.previewImage({
current: event.dataIndex,
urls: images,
indicator: 'number',
loop: true
urls: images
})
} else {
this.handleEchartsClick(event)
......
......@@ -93,9 +93,7 @@
}
uni.previewImage({
current: index,
urls: images,
indicator: 'number',
loop: true
urls: images
})
}
}
......
......@@ -109,9 +109,7 @@
}
uni.previewImage({
current: index,
urls: images,
indicator: 'number',
loop: true
urls: images
})
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment