diff --git a/pages/main/index.js b/pages/main/index.js index 9f3ae51..fe1a5ac 100644 --- a/pages/main/index.js +++ b/pages/main/index.js @@ -389,6 +389,12 @@ Page({ url: '/pages/exchange/exchange' }) } + // 兑换 + else if (app.globalData.type == 'zb') { + tt.redirectTo({ + url: '/pages/liveLsit/liveLsit' + }) + } // 通过分享进入的门店详情 else if (options && options.id && options.frommd == 'md') { tt.redirectTo({ diff --git a/project.config.json b/project.config.json index 9614853..5be4479 100644 --- a/project.config.json +++ b/project.config.json @@ -1,52 +1,52 @@ { - "setting": { - "urlCheck": false, - "es6": true, - "newFeature": false, - "postcss": false, - "mockUpdate": true, - "minified": false, - "autoPush": false, - "scripts": false, - "mockLogin": false, - "autoCompile": true, - "localPlugins": false, - "IDEPreviewHotRestartCache": false - }, - "appid": "ttde7ca8c141425a2301", - "projectname": "tt富茂C", - "condition": { - "miniprogram": { - "current": -1, - "list": [ - { - "id": 1676969626961, - "name": "pages/main/index", - "pathName": "pages/main/index", - "query": "type=md&id=758855991052394496&tenantId=1032", - "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" - }, - { - "id": 1676971480642, - "name": "pages/liveLsit/liveLsit", - "pathName": "pages/liveLsit/liveLsit", - "query": "tenantId=1032", - "scene": "990001", - "launchFrom": "scan", - "location": "qr_code" - } - ] + "setting": { + "urlCheck": false, + "es6": true, + "newFeature": false, + "postcss": false, + "mockUpdate": true, + "minified": false, + "autoPush": false, + "scripts": false, + "mockLogin": false, + "autoCompile": true, + "localPlugins": false, + "IDEPreviewHotRestartCache": false + }, + "appid": "ttde7ca8c141425a2301", + "projectname": "tt富茂C", + "condition": { + "miniprogram": { + "current": -1, + "list": [ + { + "id": 1676969626961, + "name": "pages/main/index", + "pathName": "pages/main/index", + "query": "type=md&id=758855991052394496&tenantId=1032", + "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" + }, + { + "id": 1676971480642, + "name": "pages/liveLsit/liveLsit", + "pathName": "pages/liveLsit/liveLsit", + "query": "tenantId=1032", + "scene": "990001", + "launchFrom": "scan", + "location": "qr_code" } + ] } + } }