Commit 80e4af63ec0521fdc97431ebef68650530a2b5ed

Authored by yvan.ni
1 parent c8a57dea

领取成功的提示语

pages/giftpack/buygiftpack/giftpackbuy.js
... ... @@ -218,7 +218,7 @@ Page({
218 218 getApp().request.json_post(url, json,
219 219 function(res) {
220 220 if (res.data.code == 0) {
221   - getApp().my_warnning("兑换成功!", 1, th);
  221 + getApp().my_warnning("领取成功!", 1, th);
222 222 } else {
223 223 getApp().my_warnning(res.data.msg, 0, th);
224 224 }
... ...
pages/giftpack/giftpacklist/giftpacklist.js
... ... @@ -462,7 +462,7 @@ Page({
462 462 getApp().request.json_post(url, json,
463 463 function(res) {
464 464 if (res.data.code == 0) {
465   - getApp().my_warnning("兑换成功!", 1, th);
  465 + getApp().my_warnning("领取成功!", 1, th);
466 466 } else {
467 467 getApp().my_warnning(res.data.msg, 0, th);
468 468 }
... ...