Commit 16f173df34159e8851bd7bac0803a3acd8620cb0

Authored by ly525
1 parent d915b79a

remove debugger

front-end/h5/src/components/plugins/lbp-form-button.js
... ... @@ -92,7 +92,6 @@ export default {
92 92 },
93 93 methods: {
94 94 handleClick () {
95   - debugger
96 95 if (this.disabled) return
97 96  
98 97 // #!zh: data-type=lbp-form-input 在 lbp-form-input 组件中定义
... ...