diff --git a/app.js b/app.js index 5b2eab3..e1d6c7e 100644 --- a/app.js +++ b/app.js @@ -22,5 +22,5 @@ App({ }) // 测试账号信息 -// 18872592633 +// 18872592635 // 123456GD diff --git a/ext.json b/ext.json index 7a5df93..da2b02d 100644 --- a/ext.json +++ b/ext.json @@ -1,26 +1,29 @@ { "ext": { "attr": { - "configUrl": "https://btest.malls.iformall.com", + "configUrl": "https://b.malls.iformall.com", "datatowerurl": "https://mobile.malls.iformall.com" }, - "name": "富茂券券集团商户端", - "weappId": "tt60d3166effed27cc01", + "name": "吾悦广场集团版商户端", + "weappId": "ttb8a1ce1c279e948801", "appVersion": "Btest.5.1.0" }, "debug": false, "tabBar": { - "list": [{ - "text": "首页", - "iconPath": "assets/images/home-n.png", - "pagePath": "pages/main/main", - "selectedIconPath": "assets/images/home-y.png" - }, { - "text": "我的", - "iconPath": "assets/images/user-n.png", - "pagePath": "pages/user/user", - "selectedIconPath": "assets/images/user-y.png" - }], + "list": [ + { + "text": "首页", + "iconPath": "assets/images/home-n.png", + "pagePath": "pages/main/main", + "selectedIconPath": "assets/images/home-y.png" + }, + { + "text": "我的", + "iconPath": "assets/images/user-n.png", + "pagePath": "pages/user/user", + "selectedIconPath": "assets/images/user-y.png" + } + ], "color": "#9F9F9F", "selectedColor": "#52a0fd", "backgroundColor": "#fff" @@ -29,7 +32,7 @@ "backgroundTextStyle": "light", "navigationBarBackgroundColor": "#52A0FD" }, - "extAppid": "tt60d3166effed27cc01", + "extAppid": "ttb8a1ce1c279e948801", "extEnable": true, "permission": { "scope.userLocation": { diff --git a/project.config.json b/project.config.json index be40131..5619343 100644 --- a/project.config.json +++ b/project.config.json @@ -1,22 +1,22 @@ { - "setting": { - "urlCheck": true, - "es6": true, - "newFeature": false, - "postcss": false, - "autoCompile": true, - "mockUpdate": true, - "minified": false, - "autoPush": false, - "scripts": false, - "mockLogin": false - }, - "appid": "tt1f6669db8058907a01", - "projectname": "tt富茂B", - "condition": { - "miniprogram": { - "current": -1, - "list": [] + "setting": { + "urlCheck": false, + "es6": true, + "newFeature": false, + "postcss": false, + "autoCompile": true, + "mockUpdate": true, + "minified": false, + "autoPush": false, + "scripts": false, + "mockLogin": false + }, + "appid": "tt1f6669db8058907a01", + "projectname": "tt富茂B", + "condition": { + "miniprogram": { + "current": -1, + "list": [] + } } - } }