diff --git a/src/view/month-card.vue b/src/view/month-card.vue index 04c348c..e0f75c8 100644 --- a/src/view/month-card.vue +++ b/src/view/month-card.vue @@ -50,7 +50,10 @@
- + + + +

使用范围:{{getData.authAreaStr}}

@@ -135,9 +138,7 @@ this.loading = true; let params = { - batchNo: that.batchNo - // batchNo: 'CB180620024554871101' -// encodeToken: arr + batchNo: that.batchNo }; // 调用领券接口 @@ -158,7 +159,7 @@ alert("领取成功!"); setTimeout(function () { window.location.href = locationUrl + '/mall/web/vgoods/detail/' + that.getData.goodsNo; - }, 2000); + }, 1000); // window.history.go(0); // hide_layer(1); } else if (result.code === 666) { @@ -166,7 +167,7 @@ setTimeout(function () { window.location.href = locationUrl + '/mall/web/user/login?callback=' + encodeURIComponent(window.location.href); - }, 5000); + }, 1000); } else { if (result.msg === '' || result.msg === undefined || result.msg == null) { result.msg = '操作失败,请刷新重试';