浏览代码

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({ 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);


正在加载...
取消
保存