Browse Source

bug修改

soldDate
HolyKnightIX 2 years ago
parent
commit
dada49dd18
3 changed files with 13 additions and 2 deletions
  1. +2
    -1
      pages/coupon/detail/index.js
  2. +2
    -1
      pages/couponorder/detail/index.js
  3. +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"
}
]
}


Loading…
Cancel
Save