Преглед изворни кода

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…
Откажи
Сачувај