Browse Source

id改为couponChannelId

tags/2.2.4
Stormeye.Wu 6 years ago
parent
commit
8142e29639
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pages/coupon/detail/index.js

+ 1
- 1
pages/coupon/detail/index.js View File

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


Loading…
Cancel
Save