Commit 4167391dd7a03f1a27dccb9ff8ebdc8f42a902f6

Authored by season
1 parent 29a46154

会员生日广告修改方式

Showing 1 changed file with 1 additions and 4 deletions
pages/user/index/index.js
@@ -578,10 +578,7 @@ Page({ @@ -578,10 +578,7 @@ Page({
578 578
579 if (actId != "" && giftbagid != "") { 579 if (actId != "" && giftbagid != "") {
580 580
581 - wx.redirectTo({  
582 -  
583 - url: "/pages/giftpack/birthdaygift/birthdaygift?actId=" + actId + "&gifbagid=" + giftbagid + "&orderType=" + 3  
584 - }); 581 + getApp().goto("/pages/giftpack/birthdaygift/birthdaygift?actId=" + actId + "&gifbagid=" + giftbagid + "&orderType=" + 3);
585 } else { 582 } else {
586 583
587 getApp().showWarning("请稍后重试"); 584 getApp().showWarning("请稍后重试");