From 4167391dd7a03f1a27dccb9ff8ebdc8f42a902f6 Mon Sep 17 00:00:00 2001 From: season Date: Tue, 4 Feb 2020 17:23:33 +0800 Subject: [PATCH] 会员生日广告修改方式 --- pages/user/index/index.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pages/user/index/index.js b/pages/user/index/index.js index 48e9807..06d59f8 100644 --- a/pages/user/index/index.js +++ b/pages/user/index/index.js @@ -578,10 +578,7 @@ Page({ if (actId != "" && giftbagid != "") { - wx.redirectTo({ - - url: "/pages/giftpack/birthdaygift/birthdaygift?actId=" + actId + "&gifbagid=" + giftbagid + "&orderType=" + 3 - }); + getApp().goto("/pages/giftpack/birthdaygift/birthdaygift?actId=" + actId + "&gifbagid=" + giftbagid + "&orderType=" + 3); } else { getApp().showWarning("请稍后重试"); -- libgit2 0.21.4