Procházet zdrojové kódy

id改为couponChannelId

tags/2.2.4
Stormeye.Wu před 6 roky
rodič
revize
8142e29639
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      pages/coupon/detail/index.js

+ 1
- 1
pages/coupon/detail/index.js Zobrazit soubor

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


Načítá se…
Zrušit
Uložit