diff --git a/assets/iconfont/iconfont.wxss b/assets/iconfont/iconfont.wxss
index d5ec0dd..fac87e3 100644
--- a/assets/iconfont/iconfont.wxss
+++ b/assets/iconfont/iconfont.wxss
@@ -1,8 +1,8 @@
@font-face {
- font-family: "iconfont"; /* Project id 2708790 */
- src: url('//at.alicdn.com/t/c/font_2708790_6yiwy9en2bx.woff2?t=1734767692953') format('woff2'),
- url('//at.alicdn.com/t/c/font_2708790_6yiwy9en2bx.woff?t=1734767692953') format('woff'),
- url('//at.alicdn.com/t/c/font_2708790_6yiwy9en2bx.ttf?t=1734767692953') format('truetype');
+ font-family: 'iconfont'; /* Project id 2708790 */
+ src: url('//at.alicdn.com/t/c/font_2708790_m0h9d19nscm.woff2?t=1739528787864') format('woff2'),
+ url('//at.alicdn.com/t/c/font_2708790_m0h9d19nscm.woff?t=1739528787864') format('woff'),
+ url('//at.alicdn.com/t/c/font_2708790_m0h9d19nscm.ttf?t=1739528787864') format('truetype');
}
.iconfont {
@@ -13,6 +13,14 @@
-moz-osx-font-smoothing: grayscale;
}
+.icon-solution:before {
+ content: "\e7b7";
+}
+
+.icon-camera:before {
+ content: "\e7e5";
+}
+
.icon-laba:before {
content: "\e601";
}
@@ -1472,3 +1480,4 @@
.icon-xiayiye1:before {
content: "\e695";
}
+
diff --git a/assets/images/tabbar/order.svg b/assets/images/tabbar/order.svg
index 0803e60..29da670 100644
--- a/assets/images/tabbar/order.svg
+++ b/assets/images/tabbar/order.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/assets/images/tabbar/order_active.svg b/assets/images/tabbar/order_active.svg
index 787cb78..6b13258 100644
--- a/assets/images/tabbar/order_active.svg
+++ b/assets/images/tabbar/order_active.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/assets/images/tabbar/page_camera.png b/assets/images/tabbar/page_camera.png
new file mode 100644
index 0000000..17c4f50
Binary files /dev/null and b/assets/images/tabbar/page_camera.png differ
diff --git a/assets/images/tabbar/page_order.png b/assets/images/tabbar/page_order.png
new file mode 100644
index 0000000..62a6457
Binary files /dev/null and b/assets/images/tabbar/page_order.png differ
diff --git a/pages/workBench/index.wxml b/pages/workBench/index.wxml
index d1c58d0..7d0c310 100644
--- a/pages/workBench/index.wxml
+++ b/pages/workBench/index.wxml
@@ -6,7 +6,7 @@