|
@@ -29,7 +29,7 @@ Page({ |
|
|
Http.get({ |
|
|
Http.get({ |
|
|
url: config.api.couponDetail, |
|
|
url: config.api.couponDetail, |
|
|
data: { |
|
|
data: { |
|
|
id: options.couponChannelId, |
|
|
|
|
|
|
|
|
couponChannelId: options.couponChannelId, |
|
|
} |
|
|
} |
|
|
}).then(res => { |
|
|
}).then(res => { |
|
|
console.log(res); |
|
|
console.log(res); |
|
|