Kaynağa Gözat

edit

tags/2.2.4
shark 6 yıl önce
ebeveyn
işleme
1bc55ecc7d
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. +2
    -2
      pages/passCar/passCar.js

+ 2
- 2
pages/passCar/passCar.js Dosyayı Görüntüle

@@ -89,8 +89,8 @@ Page({
var etcpData = {
etcpToken: app.globalData.etcpToken,
carNumber: that.data.payList[0].carNumber ? that.data.payList[0].carNumber : '',
couponFreeId: that.data.couponList[0].couponFreeId,
merchantId: that.data.couponList[0].merchantId,
couponFreeId: that.data.couponList[0].couponFreeId ? that.data.couponList[0].couponFreeId:'',
merchantId: that.data.couponList[0].merchantId ? that.data.couponList[0].merchantId:'',
}
console.log(etcpData)
// 停简单


Yükleniyor…
İptal
Kaydet