Commit fd1c6d50 authored by mxm-web-develop's avatar mxm-web-develop

321

parent 942f7039
......@@ -20,7 +20,7 @@ export default Vue.extend({
if (!this.min) {
this.$message.info('请输入最小票数')
return
} else if (+this.min < 3) {
} else if (+this.min < 1) {
this.$message.info('最小票数不小于3')
return
}
......
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