From ba8877c453ed2469634d999786d379fccfe73989 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=96=E5=AE=B6=E5=8D=8E?= Date: Fri, 22 Jun 2018 16:48:41 +0800 Subject: [PATCH] no message --- src/view/month-card.vue | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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 = '操作失败,请刷新重试';