Kaynağa Gözat

id改为couponChannelId

tags/2.2.4
Stormeye.Wu 6 yıl önce
ebeveyn
işleme
8142e29639
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      pages/coupon/detail/index.js

+ 1
- 1
pages/coupon/detail/index.js Dosyayı Görüntüle

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


Yükleniyor…
İptal
Kaydet