소스 검색

edit

tags/2.2.4
shark 6 년 전
부모
커밋
1bc55ecc7d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      pages/passCar/passCar.js

+ 2
- 2
pages/passCar/passCar.js 파일 보기

@@ -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)
// 停简单


불러오는 중...
취소
저장