首次进入报错
This commit is contained in:
parent
64a145c11a
commit
af0dcf5446
|
@ -502,7 +502,7 @@
|
|||
this.form.confirm = this.goods.account || '';
|
||||
|
||||
// send_status 1发放中,2全部成功 ,3全部失败,4部分失败 ,5未领取
|
||||
this.popMsg = res.data.send_status === 2 || res.data.send_status === 3 || res.data.send_status === 4 ? this.goods.account ? false : true : false;
|
||||
this.popMsg = res.data.send_status === 2 || res.data.send_status === 3 || res.data.send_status === 4 ? this.goods.period_type == 2 || this.goods.period_type == 3 ? false : true : false;
|
||||
|
||||
// 部分失败
|
||||
if (res.data.send_status === 4) {
|
||||
|
|
|
@ -504,7 +504,7 @@
|
|||
this.form.confirm = this.goods.account || '';
|
||||
// 支付宝组合商品
|
||||
// send_status 1发放中,2全部成功 ,3全部失败,4部分失败 ,5未领取
|
||||
this.popMsg = res.data.send_status === 2 || res.data.send_status === 3 || res.data.send_status === 4 ? this.goods.account ? false : true : false;
|
||||
this.popMsg = res.data.send_status === 2 || res.data.send_status === 3 || res.data.send_status === 4 ? this.goods.period_type == 2 || this.goods.period_type == 3 ? false : true : false;
|
||||
|
||||
// 部分失败
|
||||
if (res.data.send_status === 4) {
|
||||
|
|
|
@ -342,7 +342,7 @@
|
|||
this.form.confirm = this.goods.account || '';
|
||||
|
||||
// send_status 1发放中,2全部成功 ,3全部失败,4部分失败 ,5未领取
|
||||
self.popMsg = self.goods.send_status === 2 || self.goods.send_status === 3 || self.goods.send_status === 4 ? this.goods.account ? false : true : false;
|
||||
self.popMsg = self.goods.send_status === 2 || self.goods.send_status === 3 || self.goods.send_status === 4 ? this.goods.period_type == 2 || this.goods.period_type == 3 ? false : true : false;
|
||||
|
||||
// 部分失败
|
||||
if (self.goods.send_status === 4) {
|
||||
|
|
|
@ -341,7 +341,7 @@
|
|||
this.form.confirm = this.goods.account || '';
|
||||
|
||||
// send_status 1发放中,2全部成功 ,3全部失败,4部分失败 ,5未领取
|
||||
self.popMsg = self.goods.send_status === 2 || self.goods.send_status === 3 || self.goods.send_status === 4 ? this.goods.account ? false : true : false;
|
||||
self.popMsg = self.goods.send_status === 2 || self.goods.send_status === 3 || self.goods.send_status === 4 ? this.goods.period_type == 2 || this.goods.period_type == 3 ? false : true : false;
|
||||
|
||||
// 部分失败
|
||||
if (self.goods.send_status === 4) {
|
||||
|
|
|
@ -341,7 +341,7 @@
|
|||
this.form.confirm = this.goods.account || '';
|
||||
|
||||
// send_status 1发放中,2全部成功 ,3全部失败,4部分失败 ,5未领取
|
||||
self.popMsg = self.goods.send_status === 2 || self.goods.send_status === 3 || self.goods.send_status === 4 ? this.goods.account ? false : true : false;
|
||||
self.popMsg = self.goods.send_status === 2 || self.goods.send_status === 3 || self.goods.send_status === 4 ? this.goods.period_type == 2 || this.goods.period_type == 3 ? false : true : false;
|
||||
|
||||
// 部分失败
|
||||
if (self.goods.send_status === 4) {
|
||||
|
|
|
@ -341,7 +341,7 @@
|
|||
this.form.confirm = this.goods.account || '';
|
||||
|
||||
// send_status 1发放中,2全部成功 ,3全部失败,4部分失败 ,5未领取
|
||||
self.popMsg = self.goods.send_status === 2 || self.goods.send_status === 3 || self.goods.send_status === 4 ? this.goods.account ? false : true : false;
|
||||
self.popMsg = self.goods.send_status === 2 || self.goods.send_status === 3 || self.goods.send_status === 4 ? this.goods.period_type == 2 || this.goods.period_type == 3 ? false : true : false;
|
||||
|
||||
// 部分失败
|
||||
if (self.goods.send_status === 4) {
|
||||
|
|
|
@ -340,7 +340,7 @@
|
|||
this.form.confirm = this.goods.account || '';
|
||||
|
||||
// send_status 1发放中,2全部成功 ,3全部失败,4部分失败 ,5未领取
|
||||
self.popMsg = self.goods.send_status === 2 || self.goods.send_status === 3 || self.goods.send_status === 4 ? this.goods.account ? false : true : false;
|
||||
self.popMsg = self.goods.send_status === 2 || self.goods.send_status === 3 || self.goods.send_status === 4 ? this.goods.period_type == 2 || this.goods.period_type == 3 ? false : true : false;
|
||||
|
||||
// 部分失败
|
||||
if (self.goods.send_status === 4) {
|
||||
|
|
Loading…
Reference in New Issue