Commit 003f7fb503914889a0ff08fdeb597ff2c25f32e3

Authored by ly525
1 parent e9fe6d03

fix #87

front-end/h5/src/components/plugins/lbp-button.js
@@ -148,7 +148,7 @@ export default { @@ -148,7 +148,7 @@ export default {
148 prop: { 148 prop: {
149 step: 0.1, 149 step: 0.1,
150 min: 0, 150 min: 0,
151 - max: 10 151 + max: 200
152 }, 152 },
153 defaultPropValue: 0 153 defaultPropValue: 0
154 }, 154 },