diff --git a/packkey/wx-combining.html b/packkey/wx-combining.html index cf746dd..0c581b5 100644 --- a/packkey/wx-combining.html +++ b/packkey/wx-combining.html @@ -491,7 +491,7 @@ this.goods = res.data // send_status 1发放中,2全部成功 ,3全部失败,4部分失败 ,5未领取 this.popMsg = res.data.send_status === 2 || res.data.send_status === 3 || res.data.send_status === 4 ? true : false; - if (res.data.send_status === 1) { + if (res.data.send_status === 1 || res.data.send_status === 5) { setTimeout(() => { self.getProductDetail(); }, 3000) @@ -584,7 +584,7 @@ settlementFun(bm_obj_data.token, bm_obj_data.settlement_data.settlement_type); } - this.message = '领取成功'; + // this.message = '领取成功'; this.getProductDetail(); } else { diff --git a/packkey/ysf-combining.html b/packkey/ysf-combining.html index e8a7b3d..0ce0e5e 100644 --- a/packkey/ysf-combining.html +++ b/packkey/ysf-combining.html @@ -585,7 +585,7 @@ settlementFun(bm_obj_data.token, bm_obj_data.settlement_data.settlement_type); } - this.message = '领取成功'; + // this.message = '领取成功'; this.getProductDetail(); } else { diff --git a/wx-combining.html b/wx-combining.html index 428d52d..cf77954 100644 --- a/wx-combining.html +++ b/wx-combining.html @@ -490,7 +490,7 @@ this.goods = res.data // send_status 1发放中,2全部成功 ,3全部失败,4部分失败 ,5未领取 this.popMsg = res.data.send_status === 2 || res.data.send_status === 3 || res.data.send_status === 4 ? true : false; - if (res.data.send_status === 1) { + if (res.data.send_status === 1 || res.data.send_status === 5) { setTimeout(() => { self.getProductDetail(); }, 3000) diff --git a/ysf-combining.html b/ysf-combining.html index 428d52d..cf77954 100644 --- a/ysf-combining.html +++ b/ysf-combining.html @@ -490,7 +490,7 @@ this.goods = res.data // send_status 1发放中,2全部成功 ,3全部失败,4部分失败 ,5未领取 this.popMsg = res.data.send_status === 2 || res.data.send_status === 3 || res.data.send_status === 4 ? true : false; - if (res.data.send_status === 1) { + if (res.data.send_status === 1 || res.data.send_status === 5) { setTimeout(() => { self.getProductDetail(); }, 3000)