From 2bcc928884c0536b0305377867947cff7ec2b9c5 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Fri, 02 Jul 2021 10:44:28 +0800
Subject: [PATCH] 首页业务图标更换
---
static/images/home/handle001.png | 0
pages/home/home.vue | 2 +-
static/images/home/handle.png | 0
static/images/home/report002.png | 0
static/images/home/partrol.png | 0
api/mock/home.js | 8 ++++----
static/images/home/search004.png | 0
static/images/home/report.png | 0
static/images/home/more.png | 0
static/images/home/report001.png | 0
static/images/home/say.png | 0
static/images/home/search02.png | 0
static/images/home/look.png | 0
static/images/home/search003.png | 0
static/images/home/searchs.png | 0
15 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/api/mock/home.js b/api/mock/home.js
index 6af0a4b..a4f49cf 100644
--- a/api/mock/home.js
+++ b/api/mock/home.js
@@ -114,12 +114,12 @@
},
{
name: '我要查',
- img: '/static/images/home/s2.png',
+ img: '/static/images/home/search004.png',
url: ''
},
{
name: '我要报',
- img: '/static/images/home/s3.png',
+ img: '/static/images/home/report001.png',
url: ''
},
{
@@ -129,12 +129,12 @@
},
{
name: '我要巡',
- img: '/static/images/home/s5.png',
+ img: '/static/images/home/s6.png',
url: ''
},
{
name: '我要办',
- img: '/static/images/home/s6.png',
+ img: '/static/images/home/handle001.png',
url: ''
}
];
diff --git a/pages/home/home.vue b/pages/home/home.vue
index 93b5058..0ed6f37 100644
--- a/pages/home/home.vue
+++ b/pages/home/home.vue
@@ -36,7 +36,7 @@
</view>
<!-- 头部 end -->
- <!-- 服务按钮 start -->
+ <!-- 服务按钮 start 业务办理-->
<view class="service-box">
<u-grid :col="4" :border="false">
<u-grid-item bg-color="transparent" v-for="(item, index) in serviceButton" :key="index">
diff --git a/static/images/home/handle.png b/static/images/home/handle.png
new file mode 100644
index 0000000..80ce56a
--- /dev/null
+++ b/static/images/home/handle.png
Binary files differ
diff --git a/static/images/home/handle001.png b/static/images/home/handle001.png
new file mode 100644
index 0000000..5170b50
--- /dev/null
+++ b/static/images/home/handle001.png
Binary files differ
diff --git a/static/images/home/look.png b/static/images/home/look.png
new file mode 100644
index 0000000..610c8a6
--- /dev/null
+++ b/static/images/home/look.png
Binary files differ
diff --git a/static/images/home/more.png b/static/images/home/more.png
new file mode 100644
index 0000000..0a9a229
--- /dev/null
+++ b/static/images/home/more.png
Binary files differ
diff --git a/static/images/home/partrol.png b/static/images/home/partrol.png
new file mode 100644
index 0000000..cdffdca
--- /dev/null
+++ b/static/images/home/partrol.png
Binary files differ
diff --git a/static/images/home/report.png b/static/images/home/report.png
new file mode 100644
index 0000000..1c3637b
--- /dev/null
+++ b/static/images/home/report.png
Binary files differ
diff --git a/static/images/home/report001.png b/static/images/home/report001.png
new file mode 100644
index 0000000..6378116
--- /dev/null
+++ b/static/images/home/report001.png
Binary files differ
diff --git a/static/images/home/report002.png b/static/images/home/report002.png
new file mode 100644
index 0000000..909f76e
--- /dev/null
+++ b/static/images/home/report002.png
Binary files differ
diff --git a/static/images/home/say.png b/static/images/home/say.png
new file mode 100644
index 0000000..84672b6
--- /dev/null
+++ b/static/images/home/say.png
Binary files differ
diff --git a/static/images/home/search003.png b/static/images/home/search003.png
new file mode 100644
index 0000000..1a7e884
--- /dev/null
+++ b/static/images/home/search003.png
Binary files differ
diff --git a/static/images/home/search004.png b/static/images/home/search004.png
new file mode 100644
index 0000000..97e25bd
--- /dev/null
+++ b/static/images/home/search004.png
Binary files differ
diff --git a/static/images/home/search02.png b/static/images/home/search02.png
new file mode 100644
index 0000000..cf47d06
--- /dev/null
+++ b/static/images/home/search02.png
Binary files differ
diff --git a/static/images/home/searchs.png b/static/images/home/searchs.png
new file mode 100644
index 0000000..a2823a6
--- /dev/null
+++ b/static/images/home/searchs.png
Binary files differ
--
Gitblit v1.9.3