From 8142e29639110a81d9baadfbbbdc84bd04a8b63e Mon Sep 17 00:00:00 2001 From: "Stormeye.Wu" Date: Tue, 28 Aug 2018 10:50:45 +0800 Subject: [PATCH] =?UTF-8?q?id=E6=94=B9=E4=B8=BAcouponChannelId?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/coupon/detail/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/coupon/detail/index.js b/pages/coupon/detail/index.js index b4fd4da..9a68a5e 100644 --- a/pages/coupon/detail/index.js +++ b/pages/coupon/detail/index.js @@ -29,7 +29,7 @@ Page({ Http.get({ url: config.api.couponDetail, data: { - id: options.couponChannelId, + couponChannelId: options.couponChannelId, } }).then(res => { console.log(res);