提交 eb888531 编写于 作者: vino's avatar vino

最小起购件数可以减到1

上级 87dd285c
...@@ -1577,7 +1577,7 @@ ...@@ -1577,7 +1577,7 @@
// 单次购买上限和最大购买数 // 单次购买上限和最大购买数
minusCount(type) { minusCount(type) {
if (type === 1) { if (type === 1) {
if (this.formData.leastCount > 2) { if (this.formData.leastCount >= 2) {
this.formData.leastCount -= 1 this.formData.leastCount -= 1
} }
} else if (type === 2) { } else if (type === 2) {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册