Commit 80e4af63ec0521fdc97431ebef68650530a2b5ed

Authored by yvan.ni
1 parent c8a57dea

领取成功的提示语

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