@@ -593,7 +593,12 @@ export default {
} else if (isBrowser() == 'chrome') {
// 领取任务红包
this.setCookieMid()
- this.getRedPacket()
+ // 是否被领完
+ if(this.detail.postBizData.receiveCount < this.detail.postBizData.totalCount){
+ this.getRedPacket()
+ }else{
+ this.status = 'nothing'
+ }
this.setPickupInfo()
Report.reportLog({
baseInfo: {