Commit 4114eed3 authored by leon's avatar leon

fix: remove debugger

parent de79ef54
...@@ -83,8 +83,9 @@ ...@@ -83,8 +83,9 @@
const value = e[paramName] const value = e[paramName]
uni.$emit('handleLinkParams', { index, paramName, value: value }) uni.$emit('handleLinkParams', { index, paramName, value: value })
}, },
// 图片增加点击事件,查看全部图片
imageClick(index, key) { imageClick(index, key) {
debugger
const images = [] const images = []
for(var i = 0; i < this.chartTables.length; i++) { for(var i = 0; i < this.chartTables.length; i++) {
const imageUrl = this.chartTables[i][key] const imageUrl = this.chartTables[i][key]
......
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