diff --git a/app.js b/app.js index da4a484..3c3be0e 100644 --- a/app.js +++ b/app.js @@ -178,7 +178,7 @@ App({ }, globalData:{ userInfo:null, - apiurl:"http://localhost:24382", //https://g.hnyhua.cn + apiurl:"http://localhost:8080",//http://localhost:24382 //https://g.hnyhua.cn IFRefreshCart:0, IFRefreshsell:0, IFRefreshsell0:0, @@ -207,32 +207,32 @@ App({ { "pagePath": "/pages/index/index", "text": "首页", - "iconPath": "/images/footer-icon-01.png", - "selectedIconPath": "/images/footer-icon-01-active.png" + "iconPath": "/images/footer-icon-001.png", + "selectedIconPath": "/images/footer-icon-001-active.png" }, { "pagePath": "/pages/news/index", - "iconPath": "/images/footer-icon-05.png", - "selectedIconPath": "/images/footer-icon-05-active.png", + "iconPath": "/images/footer-icon-008.png", + "selectedIconPath": "/images/footer-icon-008-active.png", "text": "资讯" }, { "pagePath": "/pages/shop/index", - "iconPath": "/images/footer-icon-07.png", - "selectedIconPath": "/images/footer-icon-07-active.png", + "iconPath": "/images/footer-icon-002.png", + "selectedIconPath": "/images/footer-icon-002-active.png", "text": "商城" }, { "pagePath": "/pages/business/index", - "iconPath": "/images/footer-icon-02.png", - "selectedIconPath": "/images/footer-icon-02-active.png", + "iconPath": "/images/footer-icon-005.png", + "selectedIconPath": "/images/footer-icon-005-active.png", "text": "门店" }, { "pagePath": "/pages/my/index", "text": "我的", - "iconPath": "/images/footer-icon-04.png", - "selectedIconPath": "/images/footer-icon-04-active.png" + "iconPath": "/images/footer-icon-004.png", + "selectedIconPath": "/images/footer-icon-004-active.png" } ], // 特殊权限菜单配置(bdshEnable=1) @@ -240,26 +240,26 @@ App({ { "pagePath": "/pages/index/index", "text": "首页", - "iconPath": "/images/footer-icon-01.png", - "selectedIconPath": "/images/footer-icon-01-active.png" + "iconPath": "/images/footer-icon-001.png", + "selectedIconPath": "/images/footer-icon-001-active.png" }, { "pagePath": "/pages/news/index", - "iconPath": "/images/footer-icon-05.png", - "selectedIconPath": "/images/footer-icon-05-active.png", + "iconPath": "/images/footer-icon-008.png", + "selectedIconPath": "/images/footer-icon-008-active.png", "text": "资讯" }, { "pagePath": "/pages/shop/index", - "iconPath": "/images/footer-icon-07.png", - "selectedIconPath": "/images/footer-icon-07-active.png", + "iconPath": "/images/footer-icon-002.png", + "selectedIconPath": "/images/footer-icon-002-active.png", "text": "商城" }, { "pagePath": "/pages/my/index", "text": "我的", - "iconPath": "/images/footer-icon-04.png", - "selectedIconPath": "/images/footer-icon-04-active.png" + "iconPath": "/images/footer-icon-004.png", + "selectedIconPath": "/images/footer-icon-004-active.png" } ] } diff --git a/app.json b/app.json index 265b836..465cdcc 100644 --- a/app.json +++ b/app.json @@ -80,13 +80,13 @@ "list": [ { "pagePath": "pages/index/index", - "iconPath": "images/footer-icon-01.png", - "selectedIconPath": "images/footer-icon-01-active.png", + "iconPath": "images/footer-icon-001.png", + "selectedIconPath": "images/footer-icon-001-active.png", "text": "首页" },{ "pagePath": "pages/news/index", - "iconPath": "images/footer-icon-05.png", - "selectedIconPath": "images/footer-icon-05-active.png", + "iconPath": "images/footer-icon-008.png", + "selectedIconPath": "images/footer-icon-008-active.png", "text": "资讯" }, { @@ -97,14 +97,14 @@ }, { "pagePath": "pages/business/index", - "iconPath": "images/footer-icon-02.png", - "selectedIconPath": "images/footer-icon-02-active.png", + "iconPath": "images/footer-icon-005.png", + "selectedIconPath": "images/footer-icon-005-active.png", "text": "门店" }, { "pagePath": "pages/my/index", - "iconPath": "images/footer-icon-04.png", - "selectedIconPath": "images/footer-icon-04-active.png", + "iconPath": "images/footer-icon-004.png", + "selectedIconPath": "images/footer-icon-004-active.png", "text": "我的" } ] diff --git a/images/footer-icon-001-active.png b/images/footer-icon-001-active.png new file mode 100644 index 0000000..495f285 Binary files /dev/null and b/images/footer-icon-001-active.png differ diff --git a/images/footer-icon-001.png b/images/footer-icon-001.png new file mode 100644 index 0000000..f3444c0 Binary files /dev/null and b/images/footer-icon-001.png differ diff --git a/images/footer-icon-002-active.png b/images/footer-icon-002-active.png new file mode 100644 index 0000000..693ee64 Binary files /dev/null and b/images/footer-icon-002-active.png differ diff --git a/images/footer-icon-002.png b/images/footer-icon-002.png new file mode 100644 index 0000000..e2df026 Binary files /dev/null and b/images/footer-icon-002.png differ diff --git a/images/footer-icon-004-active.png b/images/footer-icon-004-active.png new file mode 100644 index 0000000..6f86ed8 Binary files /dev/null and b/images/footer-icon-004-active.png differ diff --git a/images/footer-icon-004.png b/images/footer-icon-004.png new file mode 100644 index 0000000..2d0a727 Binary files /dev/null and b/images/footer-icon-004.png differ diff --git a/images/footer-icon-005-active.png b/images/footer-icon-005-active.png new file mode 100644 index 0000000..57b4328 Binary files /dev/null and b/images/footer-icon-005-active.png differ diff --git a/images/footer-icon-005.png b/images/footer-icon-005.png new file mode 100644 index 0000000..7a44bc3 Binary files /dev/null and b/images/footer-icon-005.png differ diff --git a/images/footer-icon-008-active.png b/images/footer-icon-008-active.png new file mode 100644 index 0000000..2e2e6f1 Binary files /dev/null and b/images/footer-icon-008-active.png differ diff --git a/images/footer-icon-008.png b/images/footer-icon-008.png new file mode 100644 index 0000000..b4feda8 Binary files /dev/null and b/images/footer-icon-008.png differ diff --git a/images/notice.png b/images/notice.png new file mode 100644 index 0000000..cc7789e Binary files /dev/null and b/images/notice.png differ diff --git a/pages/index/index.js b/pages/index/index.js index 6d4da26..a9c3877 100644 --- a/pages/index/index.js +++ b/pages/index/index.js @@ -1,4 +1,4 @@ -var WxParse = null; +var WxParse = null; //获取应用实例 var app = getApp() var sopenFrame = null diff --git a/pages/index/index.wxml b/pages/index/index.wxml index 0c5abc0..759ffec 100644 --- a/pages/index/index.wxml +++ b/pages/index/index.wxml @@ -40,7 +40,7 @@ - 最新公告 + 最新公告