Skip to content

Commit 03b0282

Browse files
committed
修复移动端删除按钮无效的问题
1 parent 8dbefe9 commit 03b0282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vol.uniapp/components/view-grid/view-grid.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@
494494
hidden: true,
495495
type: 'error',
496496
onClick: () => {
497-
_$this.gridDel();
497+
this.gridDel();
498498
}
499499
})
500500
}

0 commit comments

Comments
 (0)