|
|
@@ -33,8 +33,12 @@ Page({ |
|
|
|
couponChannelId: options.couponChannelId, |
|
|
|
couponId: options.couponId |
|
|
|
}) |
|
|
|
this.getDetail(options.couponChannelId); |
|
|
|
this.getOneSpell(options.couponId) |
|
|
|
if (options.couponChannelId){ |
|
|
|
this.getDetail(options.couponChannelId); |
|
|
|
} |
|
|
|
if (options.couponId){ |
|
|
|
this.getOneSpell(options.couponId) |
|
|
|
} |
|
|
|
this.getUserInfo(); |
|
|
|
}, |
|
|
|
getUserInfo: function () { |
|
|
|