Commit b7151bec2a17e8e78c47f70a8d90831d393fc5bc

Authored by 后端研发-苏明海
2 parents 3807cda0 4167391d

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,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("请稍后重试");