Selaa lähdekoodia

id改为couponChannelId

tags/2.2.4
Stormeye.Wu 6 vuotta sitten
vanhempi
commit
8142e29639
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      pages/coupon/detail/index.js

+ 1
- 1
pages/coupon/detail/index.js Näytä tiedosto

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


Ladataan…
Peruuta
Tallenna