Parcourir la source

id改为couponChannelId

tags/2.2.4
Stormeye.Wu il y a 6 ans
Parent
révision
8142e29639
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      pages/coupon/detail/index.js

+ 1
- 1
pages/coupon/detail/index.js Voir le fichier

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


Chargement…
Annuler
Enregistrer