소스 검색

id改为couponChannelId

tags/2.2.4
Stormeye.Wu 6 년 전
부모
커밋
8142e29639
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      pages/coupon/detail/index.js

+ 1
- 1
pages/coupon/detail/index.js 파일 보기

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


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