Moss vor 1 Jahr
Ursprung
Commit
d4ed5f2f07
2 geänderte Dateien mit 28 neuen und 8 gelöschten Zeilen
  1. 5 5
      src/pages/mine/index.vue
  2. 23 3
      src/styles/iconfont.css

+ 5 - 5
src/pages/mine/index.vue

@@ -137,13 +137,13 @@ export default {
       ],
       issueStats: [
         { name: '我的发布', tab: 0, icon: 'icon-xiangji', num: 0 },
-        { name: '已卖出', tab: 1, icon: 'icon-xiangji', num: 0 },
-        { name: '已下架', tab: 2, icon: 'icon-xiangji', num: 0 },
+        { name: '已卖出', tab: 1, icon: 'icon-yimaichu', num: 0 },
+        { name: '已下架', tab: 2, icon: 'icon-yixiajia', num: 0 },
       ],
       buyStats: [
-        { name: '待付款', tab: 1, icon: 'icon-xiangji', num: 0 },
-        { name: '待发货', tab: 2, icon: 'icon-xiangji', num: 0 },
-        { name: '待收货', tab: 3, icon: 'icon-xiangji', num: 0 },
+        { name: '待付款', tab: 1, icon: 'icon-daifukuan', num: 0 },
+        { name: '待发货', tab: 2, icon: 'icon-daifahuo', num: 0 },
+        { name: '待收货', tab: 3, icon: 'icon-daishouhuo', num: 0 },
       ],
 
       pageList: [

+ 23 - 3
src/styles/iconfont.css

@@ -1,9 +1,9 @@
 /* 在线链接服务仅供平台体验和调试使用,平台不承诺服务的稳定性,企业客户需下载字体包自行发布使用并做好备份。 */
 @font-face {
   font-family: 'iconfont';  /* Project id 4308323 */
-  src: url('https://at.alicdn.com/t/c/font_4308323_zf22lmymn5.woff2?t=1698736545710') format('woff2'),
-       url('https://at.alicdn.com/t/c/font_4308323_zf22lmymn5.woff?t=1698736545710') format('woff'),
-       url('https://at.alicdn.com/t/c/font_4308323_zf22lmymn5.ttf?t=1698736545710') format('truetype');
+  src: url('https://at.alicdn.com/t/c/font_4308323_2ahynczrz8w.woff2?t=1699010638735') format('woff2'),
+       url('https://at.alicdn.com/t/c/font_4308323_2ahynczrz8w.woff?t=1699010638735') format('woff'),
+       url('https://at.alicdn.com/t/c/font_4308323_2ahynczrz8w.ttf?t=1699010638735') format('truetype');
 }
 
 .iconfont {
@@ -14,6 +14,26 @@
   -moz-osx-font-smoothing: grayscale;
 }
 
+.icon-daifukuan:before {
+  content: "\e604";
+}
+
+.icon-yixiajia:before {
+  content: "\e6e4";
+}
+
+.icon-daishouhuo:before {
+  content: "\e620";
+}
+
+.icon-daifahuo:before {
+  content: "\e6b4";
+}
+
+.icon-yimaichu:before {
+  content: "\e877";
+}
+
 .icon-dingwei1:before {
   content: "\e603";
 }