diff --git a/goods-v2/ysf-reduce.html b/goods-v2/ysf-reduce.html
index 8b35844..24be49b 100644
--- a/goods-v2/ysf-reduce.html
+++ b/goods-v2/ysf-reduce.html
@@ -186,7 +186,7 @@
methods: {
/* 立即领取 */
submit() {
- if (this.ysf && this.ysf.available != 1) return;
+ if (this.ysf && this.ysf.available != 1 || this.ysf.available != 11) return;
if (phoneReg.test(this.account) && this.confirmAccount) {
if (this.account === this.confirmAccount) {
this.finalSubmit();