This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
weapp
/
ttc
Watch
6
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
bug修改
soldDate
HolyKnightIX
2 years ago
parent
6893de9ff9
commit
dada49dd18
3 changed files
with
13 additions
and
2 deletions
Split View
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
View File
@@ -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
View File
@@ -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
View File
@@ -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"
}
]
}
Write
Preview
Loading…
Cancel
Save