Commit 4167391dd7a03f1a27dccb9ff8ebdc8f42a902f6
1 parent
29a46154
会员生日广告修改方式
Showing
1 changed file
with
1 additions
and
4 deletions
pages/user/index/index.js
... | ... | @@ -578,10 +578,7 @@ Page({ |
578 | 578 | |
579 | 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 | 582 | } else { |
586 | 583 | |
587 | 584 | getApp().showWarning("请稍后重试"); | ... | ... |