瀏覽代碼

id改为couponChannelId

tags/2.2.4
Stormeye.Wu 6 年之前
父節點
當前提交
8142e29639
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      pages/coupon/detail/index.js

+ 1
- 1
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);


Loading…
取消
儲存