组合立即领取
This commit is contained in:
parent
58263a3524
commit
18bc0bd072
|
@ -474,6 +474,8 @@
|
||||||
self.isOKLength = product_all.length - errLength.length;
|
self.isOKLength = product_all.length - errLength.length;
|
||||||
self.isErrLength = errLength.length;
|
self.isErrLength = errLength.length;
|
||||||
self.goods.send_status = 4;
|
self.goods.send_status = 4;
|
||||||
|
} else{
|
||||||
|
self.goods.send_status = 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
self.popMsg = true;
|
self.popMsg = true;
|
||||||
|
|
|
@ -476,6 +476,8 @@
|
||||||
self.isOKLength = product_all.length - errLength.length;
|
self.isOKLength = product_all.length - errLength.length;
|
||||||
self.isErrLength = errLength.length;
|
self.isErrLength = errLength.length;
|
||||||
self.goods.send_status = 4;
|
self.goods.send_status = 4;
|
||||||
|
} else {
|
||||||
|
self.goods.send_status = 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
self.popMsg = true;
|
self.popMsg = true;
|
||||||
|
|
Loading…
Reference in New Issue