Showing
1 changed file
with
1 additions
and
1 deletions
@@ -267,7 +267,7 @@ Page(extend({},Toast,{ | @@ -267,7 +267,7 @@ Page(extend({},Toast,{ | ||
267 | 267 | ||
268 | } else { | 268 | } else { |
269 | if (result.is_register){ | 269 | if (result.is_register){ |
270 | - that.showZanToast({ title: '欢迎加入Yoho!Family!新人礼包已发放到个人中心-优惠券,请注意查收',success:function(){ | 270 | + that.showZanToast({ title: '欢迎加入Yoho!Family!',success:function(){ |
271 | let uid = app.globalData.userInfo.uid > 0 ? app.globalData.userInfo.uid : 0; | 271 | let uid = app.globalData.userInfo.uid > 0 ? app.globalData.userInfo.uid : 0; |
272 | app.updateUid(uid) | 272 | app.updateUid(uid) |
273 | that.setData({ uid }); | 273 | that.setData({ uid }); |
-
Please register or login to post a comment