Commit b7151bec2a17e8e78c47f70a8d90831d393fc5bc
Merge branch 'dev' into 'test'
会员生日广告修改方式 See merge request !280
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("请稍后重试"); | ... | ... |