Przeglądaj źródła

id改为couponChannelId

tags/2.2.4
Stormeye.Wu 6 lat temu
rodzic
commit
8142e29639
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      pages/coupon/detail/index.js

+ 1
- 1
pages/coupon/detail/index.js Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz