图标告一段落

This commit is contained in:
lym
2026-03-10 23:57:38 +08:00
parent b72f6df255
commit ebd073c838
18 changed files with 60 additions and 60 deletions

38
app.js
View File

@@ -178,7 +178,7 @@ App({
}, },
globalData:{ globalData:{
userInfo:null, userInfo:null,
apiurl:"http://localhost:24382", //https://g.hnyhua.cn apiurl:"http://localhost:8080",//http://localhost:24382 //https://g.hnyhua.cn
IFRefreshCart:0, IFRefreshCart:0,
IFRefreshsell:0, IFRefreshsell:0,
IFRefreshsell0:0, IFRefreshsell0:0,
@@ -207,32 +207,32 @@ App({
{ {
"pagePath": "/pages/index/index", "pagePath": "/pages/index/index",
"text": "首页", "text": "首页",
"iconPath": "/images/footer-icon-01.png", "iconPath": "/images/footer-icon-001.png",
"selectedIconPath": "/images/footer-icon-01-active.png" "selectedIconPath": "/images/footer-icon-001-active.png"
}, },
{ {
"pagePath": "/pages/news/index", "pagePath": "/pages/news/index",
"iconPath": "/images/footer-icon-05.png", "iconPath": "/images/footer-icon-008.png",
"selectedIconPath": "/images/footer-icon-05-active.png", "selectedIconPath": "/images/footer-icon-008-active.png",
"text": "资讯" "text": "资讯"
}, },
{ {
"pagePath": "/pages/shop/index", "pagePath": "/pages/shop/index",
"iconPath": "/images/footer-icon-07.png", "iconPath": "/images/footer-icon-002.png",
"selectedIconPath": "/images/footer-icon-07-active.png", "selectedIconPath": "/images/footer-icon-002-active.png",
"text": "商城" "text": "商城"
}, },
{ {
"pagePath": "/pages/business/index", "pagePath": "/pages/business/index",
"iconPath": "/images/footer-icon-02.png", "iconPath": "/images/footer-icon-005.png",
"selectedIconPath": "/images/footer-icon-02-active.png", "selectedIconPath": "/images/footer-icon-005-active.png",
"text": "门店" "text": "门店"
}, },
{ {
"pagePath": "/pages/my/index", "pagePath": "/pages/my/index",
"text": "我的", "text": "我的",
"iconPath": "/images/footer-icon-04.png", "iconPath": "/images/footer-icon-004.png",
"selectedIconPath": "/images/footer-icon-04-active.png" "selectedIconPath": "/images/footer-icon-004-active.png"
} }
], ],
// 特殊权限菜单配置bdshEnable=1 // 特殊权限菜单配置bdshEnable=1
@@ -240,26 +240,26 @@ App({
{ {
"pagePath": "/pages/index/index", "pagePath": "/pages/index/index",
"text": "首页", "text": "首页",
"iconPath": "/images/footer-icon-01.png", "iconPath": "/images/footer-icon-001.png",
"selectedIconPath": "/images/footer-icon-01-active.png" "selectedIconPath": "/images/footer-icon-001-active.png"
}, },
{ {
"pagePath": "/pages/news/index", "pagePath": "/pages/news/index",
"iconPath": "/images/footer-icon-05.png", "iconPath": "/images/footer-icon-008.png",
"selectedIconPath": "/images/footer-icon-05-active.png", "selectedIconPath": "/images/footer-icon-008-active.png",
"text": "资讯" "text": "资讯"
}, },
{ {
"pagePath": "/pages/shop/index", "pagePath": "/pages/shop/index",
"iconPath": "/images/footer-icon-07.png", "iconPath": "/images/footer-icon-002.png",
"selectedIconPath": "/images/footer-icon-07-active.png", "selectedIconPath": "/images/footer-icon-002-active.png",
"text": "商城" "text": "商城"
}, },
{ {
"pagePath": "/pages/my/index", "pagePath": "/pages/my/index",
"text": "我的", "text": "我的",
"iconPath": "/images/footer-icon-04.png", "iconPath": "/images/footer-icon-004.png",
"selectedIconPath": "/images/footer-icon-04-active.png" "selectedIconPath": "/images/footer-icon-004-active.png"
} }
] ]
} }

View File

@@ -80,13 +80,13 @@
"list": [ "list": [
{ {
"pagePath": "pages/index/index", "pagePath": "pages/index/index",
"iconPath": "images/footer-icon-01.png", "iconPath": "images/footer-icon-001.png",
"selectedIconPath": "images/footer-icon-01-active.png", "selectedIconPath": "images/footer-icon-001-active.png",
"text": "首页" "text": "首页"
},{ },{
"pagePath": "pages/news/index", "pagePath": "pages/news/index",
"iconPath": "images/footer-icon-05.png", "iconPath": "images/footer-icon-008.png",
"selectedIconPath": "images/footer-icon-05-active.png", "selectedIconPath": "images/footer-icon-008-active.png",
"text": "资讯" "text": "资讯"
}, },
{ {
@@ -97,14 +97,14 @@
}, },
{ {
"pagePath": "pages/business/index", "pagePath": "pages/business/index",
"iconPath": "images/footer-icon-02.png", "iconPath": "images/footer-icon-005.png",
"selectedIconPath": "images/footer-icon-02-active.png", "selectedIconPath": "images/footer-icon-005-active.png",
"text": "门店" "text": "门店"
}, },
{ {
"pagePath": "pages/my/index", "pagePath": "pages/my/index",
"iconPath": "images/footer-icon-04.png", "iconPath": "images/footer-icon-004.png",
"selectedIconPath": "images/footer-icon-04-active.png", "selectedIconPath": "images/footer-icon-004-active.png",
"text": "我的" "text": "我的"
} }
] ]

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
images/footer-icon-001.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
images/footer-icon-002.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

BIN
images/footer-icon-004.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

BIN
images/footer-icon-005.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

BIN
images/footer-icon-008.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

BIN
images/notice.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -1,4 +1,4 @@
var WxParse = null; var WxParse = null;
//获取应用实例 //获取应用实例
var app = getApp() var app = getApp()
var sopenFrame = null var sopenFrame = null

View File

@@ -40,7 +40,7 @@
</view> </view>
<view class="notice_box"> <view class="notice_box">
<view class="notice_title"> <view class="notice_title">
<image src="../../images/notice_ico0.png"></image><text>最新公告</text> <image src="../../images/notice.png"></image><text>最新公告</text>
</view> </view>
<view class="notice_body"> <view class="notice_body">
<swiper class="swiper_box0" indicator-dots="{{indicatorDots0}}" vertical="{{vertical0}}" circular="true" <swiper class="swiper_box0" indicator-dots="{{indicatorDots0}}" vertical="{{vertical0}}" circular="true"

View File

@@ -359,10 +359,10 @@ page{
border-radius: 50%; border-radius: 50%;
} }
.image-color0{ .image-color0{
background-color: #00B050; background: linear-gradient(to bottom, #6BA3F0, #8BBDF5);
} }
.image-color1{ .image-color1{
background-color: #0dc1ae; background: linear-gradient(to bottom, #96C6F5, #B8DAF8);
} }
.image-color2{ .image-color2{
background-color: #9a0b95; background-color: #9a0b95;
@@ -371,7 +371,7 @@ page{
background-color: #eab104; background-color: #eab104;
} }
.image-color4{ .image-color4{
background-color: #0dc1ae; background: linear-gradient(to bottom, #96C6F5, #B8DAF8);
} }
.image-color5{ .image-color5{
background-color: #3313ac; background-color: #3313ac;

View File

@@ -36,21 +36,21 @@ Page({
{ {
"pagePath": "/pages/index/index", "pagePath": "/pages/index/index",
"text": "首页", "text": "首页",
"iconPath": "/images/footer-icon-01.png", "iconPath": "/images/footer-icon-001.png",
"selectedIconPath": "/images/footer-icon-01-active.png" "selectedIconPath": "/images/footer-icon-001-active.png"
}, },
{ {
"pagePath": "/pages/news/index", "pagePath": "/pages/news/index",
"iconPath": "/images/footer-icon-05.png", "iconPath": "/images/footer-icon-008.png",
"selectedIconPath": "/images/footer-icon-05-active.png", "selectedIconPath": "/images/footer-icon-008-active.png",
"text": "资讯" "text": "资讯"
}, },
{ {
"pagePath": "/pages/my/index", "pagePath": "/pages/my/index",
"text": "我的", "text": "我的",
"iconPath": "/images/footer-icon-04.png", "iconPath": "/images/footer-icon-004.png",
"selectedIconPath": "/images/footer-icon-04-active.png" "selectedIconPath": "/images/footer-icon-004-active.png"
} }
] ]
}) })
@@ -60,27 +60,27 @@ Page({
{ {
"pagePath": "/pages/index/index", "pagePath": "/pages/index/index",
"text": "首页", "text": "首页",
"iconPath": "/images/footer-icon-01.png", "iconPath": "/images/footer-icon-001.png",
"selectedIconPath": "/images/footer-icon-01-active.png" "selectedIconPath": "/images/footer-icon-001-active.png"
}, },
{ {
"pagePath": "/pages/news/index", "pagePath": "/pages/news/index",
"iconPath": "/images/footer-icon-05.png", "iconPath": "/images/footer-icon-008.png",
"selectedIconPath": "/images/footer-icon-05-active.png", "selectedIconPath": "/images/footer-icon-008-active.png",
"text": "资讯" "text": "资讯"
}, },
{ {
"pagePath": "/pages/business/index", "pagePath": "/pages/business/index",
"iconPath": "/images/footer-icon-02.png", "iconPath": "/images/footer-icon-005.png",
"selectedIconPath": "/images/footer-icon-02-active.png", "selectedIconPath": "/images/footer-icon-005-active.png",
"text": "门店" "text": "门店"
}, },
{ {
"pagePath": "/pages/my/index", "pagePath": "/pages/my/index",
"text": "我的", "text": "我的",
"iconPath": "/images/footer-icon-04.png", "iconPath": "/images/footer-icon-004.png",
"selectedIconPath": "/images/footer-icon-04-active.png" "selectedIconPath": "/images/footer-icon-004-active.png"
} }
] ]
}) })

View File

@@ -33,21 +33,21 @@ Page( {
{ {
"pagePath": "/pages/index/index", "pagePath": "/pages/index/index",
"text": "首页", "text": "首页",
"iconPath": "/images/footer-icon-01.png", "iconPath": "/images/footer-icon-001.png",
"selectedIconPath": "/images/footer-icon-01-active.png" "selectedIconPath": "/images/footer-icon-001-active.png"
}, },
{ {
"pagePath": "/pages/news/index", "pagePath": "/pages/news/index",
"iconPath": "/images/footer-icon-05.png", "iconPath": "/images/footer-icon-008.png",
"selectedIconPath": "/images/footer-icon-05-active.png", "selectedIconPath": "/images/footer-icon-008-active.png",
"text": "资讯" "text": "资讯"
}, },
{ {
"pagePath": "/pages/my/index", "pagePath": "/pages/my/index",
"text": "我的", "text": "我的",
"iconPath": "/images/footer-icon-04.png", "iconPath": "/images/footer-icon-004.png",
"selectedIconPath": "/images/footer-icon-04-active.png" "selectedIconPath": "/images/footer-icon-004-active.png"
} }
] ]
}) })
@@ -57,27 +57,27 @@ Page( {
{ {
"pagePath": "/pages/index/index", "pagePath": "/pages/index/index",
"text": "首页", "text": "首页",
"iconPath": "/images/footer-icon-01.png", "iconPath": "/images/footer-icon-001.png",
"selectedIconPath": "/images/footer-icon-01-active.png" "selectedIconPath": "/images/footer-icon-001-active.png"
}, },
{ {
"pagePath": "/pages/news/index", "pagePath": "/pages/news/index",
"iconPath": "/images/footer-icon-05.png", "iconPath": "/images/footer-icon-008.png",
"selectedIconPath": "/images/footer-icon-05-active.png", "selectedIconPath": "/images/footer-icon-008-active.png",
"text": "资讯" "text": "资讯"
}, },
{ {
"pagePath": "/pages/business/index", "pagePath": "/pages/business/index",
"iconPath": "/images/footer-icon-02.png", "iconPath": "/images/footer-icon-005.png",
"selectedIconPath": "/images/footer-icon-02-active.png", "selectedIconPath": "/images/footer-icon-005-active.png",
"text": "门店" "text": "门店"
}, },
{ {
"pagePath": "/pages/my/index", "pagePath": "/pages/my/index",
"text": "我的", "text": "我的",
"iconPath": "/images/footer-icon-04.png", "iconPath": "/images/footer-icon-004.png",
"selectedIconPath": "/images/footer-icon-04-active.png" "selectedIconPath": "/images/footer-icon-004-active.png"
} }
] ]
}) })