Commit 40338b41bb0df1c686dbd128615bd8a8d074cba5
Merge branch 'test' into 'qa'
Test See merge request !281
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("请稍后重试"); | 
