From 7528368865754e5e31f178a5d4835418743f08fb Mon Sep 17 00:00:00 2001 From: zhangds Date: Tue, 9 Apr 2024 20:40:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A2=9E=E5=8A=A0=E5=BE=AE=E4=BF=A1?= =?UTF-8?q?=E5=BE=85=E9=A2=86=E5=8F=96=20=E8=BD=AE=E5=BE=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packkey/wx-combining.html | 4 ++-- packkey/ysf-combining.html | 2 +- wx-combining.html | 2 +- ysf-combining.html | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) 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)