...
|
...
|
@@ -267,7 +267,7 @@ Page(extend({},Toast,{ |
|
|
|
|
|
} else {
|
|
|
if (result.is_register){
|
|
|
that.showZanToast({ title: '欢迎加入Yoho!Family!新人礼包已发放到个人中心-优惠券,请注意查收',success:function(){
|
|
|
that.showZanToast({ title: '欢迎加入Yoho!Family!',success:function(){
|
|
|
let uid = app.globalData.userInfo.uid > 0 ? app.globalData.userInfo.uid : 0;
|
|
|
app.updateUid(uid)
|
|
|
that.setData({ uid });
|
...
|
...
|
|