|
@@ -47,17 +47,7 @@
|
|
|
|
|
|
mui.ready(function(){
|
|
|
if(isFirst != 1 ){
|
|
|
- location.href = "welfare-receive-coupon.html?couponId="+ couponId +"&isFirst="+ 1 +"&dates=" + new Date().getTime(); // 前往首页
|
|
|
- }
|
|
|
-
|
|
|
- var newDate = new Date();
|
|
|
- var limitedDate = new Date(2018, 6, 9, 0, 0, 0, 0);
|
|
|
- if(newDate > limitedDate){
|
|
|
- mui.alert("活动已过期!", function() {
|
|
|
- WeixinJSBridge.call('closeWindow');
|
|
|
- wx.closeWindow();
|
|
|
- return false;
|
|
|
- });
|
|
|
+ location.href = "welfare-two-channel.html?couponId="+ couponId +"&isFirst="+ 1 +"&dates=" + new Date().getTime(); // 前往首页
|
|
|
return false;
|
|
|
}
|
|
|
|
|
@@ -69,7 +59,7 @@
|
|
|
|
|
|
//领取新人现金券
|
|
|
function receiceCoupon(){
|
|
|
- $.ajax(base_path + '/wechat/coupon/re_coupon?dates=' + new Date().getTime(), {
|
|
|
+ $.ajax(base_path + '/wechat/coupon/re_two_coupon?dates=' + new Date().getTime(), {
|
|
|
data: {
|
|
|
couponId : couponId //优惠券类型id
|
|
|
},// ajax参数 没有则不写
|
|
@@ -90,7 +80,7 @@
|
|
|
});
|
|
|
return false;
|
|
|
} else {
|
|
|
- if(dt.resultCode == "500" || dt.resultCode == "502" || dt.resultCode == "503"){
|
|
|
+ if(dt.resultCode == "500" || dt.resultCode == "501" || dt.resultCode == "502" || dt.resultCode == "503"){
|
|
|
mui.alert(dt.message, function() {
|
|
|
//刷新
|
|
|
WeixinJSBridge.call('closeWindow');
|