diff --git a/pages/giftpack/buygiftpack/giftpackbuy.js b/pages/giftpack/buygiftpack/giftpackbuy.js index d55b7bd..0d83ba4 100644 --- a/pages/giftpack/buygiftpack/giftpackbuy.js +++ b/pages/giftpack/buygiftpack/giftpackbuy.js @@ -218,7 +218,7 @@ Page({ getApp().request.json_post(url, json, function(res) { if (res.data.code == 0) { - getApp().my_warnning("兑换成功!", 1, th); + getApp().my_warnning("领取成功!", 1, th); } else { getApp().my_warnning(res.data.msg, 0, th); } diff --git a/pages/giftpack/giftpacklist/giftpacklist.js b/pages/giftpack/giftpacklist/giftpacklist.js index 45e12f2..53b28b0 100644 --- a/pages/giftpack/giftpacklist/giftpacklist.js +++ b/pages/giftpack/giftpacklist/giftpacklist.js @@ -462,7 +462,7 @@ Page({ getApp().request.json_post(url, json, function(res) { if (res.data.code == 0) { - getApp().my_warnning("兑换成功!", 1, th); + getApp().my_warnning("领取成功!", 1, th); } else { getApp().my_warnning(res.data.msg, 0, th); }