이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
가입하기
로그인
weapp
/
ttc
보기
6
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
bug修改
soldDate
HolyKnightIX
2 년 전
부모
6893de9ff9
커밋
dada49dd18
3개의 변경된 파일
과
13개의 추가작업
그리고
2개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
pages/coupon/detail/index.js
+2
-1
pages/couponorder/detail/index.js
+9
-0
project.config.json
+ 2
- 1
pages/coupon/detail/index.js
파일 보기
@@ -596,7 +596,8 @@ Page({
Http.get({
url: config.api.couponMerchant,
data: {
couponChannelId: couponChannelId
couponChannelId: couponChannelId,
mallTenantId: this.data.mallTenantId || ''
}
}).then(res => {
const keys = Object.keys(res.data)
+ 2
- 1
pages/couponorder/detail/index.js
파일 보기
@@ -128,7 +128,8 @@ Page({
Http.get({
url: config.api.couponOrderDetail,
data: {
couponOrderId: options.quancode
couponOrderId: options.quancode,
mallTenantId: tt.getStorageSync('mallTenantId') || ''
}
}).then(res => {
if (res.data.tenantId) {
+ 9
- 0
project.config.json
파일 보기
@@ -27,6 +27,15 @@
"scene": "990001",
"launchFrom": "scan",
"location": "qr_code"
},
{
"id": 1671727084768,
"name": "index/index",
"pathName": "pages/main/index",
"query": "type=cd&couponChannelId=762472141677453312&tenantId=1032",
"scene": "990001",
"launchFrom": "scan",
"location": "qr_code"
}
]
}
쓰기
미리보기
불러오는 중...
취소
저장