|
@@ -53,10 +53,6 @@ Page({ |
|
|
* 生命周期函数--监听页面加载 |
|
|
* 生命周期函数--监听页面加载 |
|
|
*/ |
|
|
*/ |
|
|
onLoad: function(options) { |
|
|
onLoad: function(options) { |
|
|
this.setData({ |
|
|
|
|
|
couponChannelId: options.couponChannelId, |
|
|
|
|
|
couponId: options.couponId |
|
|
|
|
|
}) |
|
|
|
|
|
if (options && options.couponChannelId) { |
|
|
if (options && options.couponChannelId) { |
|
|
this.getDetail(options.couponChannelId); |
|
|
this.getDetail(options.couponChannelId); |
|
|
} |
|
|
} |
|
|