| @@ -596,7 +596,8 @@ Page({ | |||||
| Http.get({ | Http.get({ | ||||
| url: config.api.couponMerchant, | url: config.api.couponMerchant, | ||||
| data: { | data: { | ||||
| couponChannelId: couponChannelId | |||||
| couponChannelId: couponChannelId, | |||||
| mallTenantId: this.data.mallTenantId || '' | |||||
| } | } | ||||
| }).then(res => { | }).then(res => { | ||||
| const keys = Object.keys(res.data) | const keys = Object.keys(res.data) | ||||
| @@ -128,7 +128,8 @@ Page({ | |||||
| Http.get({ | Http.get({ | ||||
| url: config.api.couponOrderDetail, | url: config.api.couponOrderDetail, | ||||
| data: { | data: { | ||||
| couponOrderId: options.quancode | |||||
| couponOrderId: options.quancode, | |||||
| mallTenantId: tt.getStorageSync('mallTenantId') || '' | |||||
| } | } | ||||
| }).then(res => { | }).then(res => { | ||||
| if (res.data.tenantId) { | if (res.data.tenantId) { | ||||
| @@ -27,6 +27,15 @@ | |||||
| "scene": "990001", | "scene": "990001", | ||||
| "launchFrom": "scan", | "launchFrom": "scan", | ||||
| "location": "qr_code" | "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" | |||||
| } | } | ||||
| ] | ] | ||||
| } | } | ||||