瀏覽代碼

upload

dev_czc
HolyKnightIX 2 年之前
父節點
當前提交
fec82dfc3f
共有 3 個檔案被更改,包括 38 行新增35 行删除
  1. +1
    -1
      app.js
  2. +18
    -15
      ext.json
  3. +19
    -19
      project.config.json

+ 1
- 1
app.js 查看文件

@@ -22,5 +22,5 @@ App({
}) })


// 测试账号信息 // 测试账号信息
// 18872592633
// 18872592635
// 123456GD // 123456GD

+ 18
- 15
ext.json 查看文件

@@ -1,26 +1,29 @@
{ {
"ext": { "ext": {
"attr": { "attr": {
"configUrl": "https://btest.malls.iformall.com",
"configUrl": "https://b.malls.iformall.com",
"datatowerurl": "https://mobile.malls.iformall.com" "datatowerurl": "https://mobile.malls.iformall.com"
}, },
"name": "富茂券券集团商户端",
"weappId": "tt60d3166effed27cc01",
"name": "吾悦广场集团版商户端",
"weappId": "ttb8a1ce1c279e948801",
"appVersion": "Btest.5.1.0" "appVersion": "Btest.5.1.0"
}, },
"debug": false, "debug": false,
"tabBar": { "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", "color": "#9F9F9F",
"selectedColor": "#52a0fd", "selectedColor": "#52a0fd",
"backgroundColor": "#fff" "backgroundColor": "#fff"
@@ -29,7 +32,7 @@
"backgroundTextStyle": "light", "backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#52A0FD" "navigationBarBackgroundColor": "#52A0FD"
}, },
"extAppid": "tt60d3166effed27cc01",
"extAppid": "ttb8a1ce1c279e948801",
"extEnable": true, "extEnable": true,
"permission": { "permission": {
"scope.userLocation": { "scope.userLocation": {


+ 19
- 19
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": []
}
} }
}
} }

Loading…
取消
儲存