@@ -612,7 +612,7 @@ export default {
}
- if (couponIds.length !== this.rule.receivedCount) {
+ if (couponIds.length !== this.rule.receivedCount && this.rule.isAllReceived !== 1) {
uni.showToast({
title: '请选择' + this.rule.receivedCount + '张优惠券',
duration: 2000,