优惠卷和商品卷
This commit is contained in:
@@ -72,7 +72,7 @@
|
||||
if (numIndex.value == -1 && otherNum.value != "其他") {
|
||||
dinersNum.value = otherNum.value
|
||||
}
|
||||
if (shopTable.useNum < dinersNum.value) {
|
||||
if (shopTable.useNum < dinersNum.value && shopTable.useNum > 0) {
|
||||
uni.showToast({
|
||||
title: `最多${shopTable.useNum}人`,
|
||||
icon: 'none'
|
||||
|
||||
Reference in New Issue
Block a user